Latest Legacy

Delete existing LOA

This API lets you delete an existing LOA. You can delete an LOA if you have made an error in submitting, but you cannot delete an LOA that is part of a hosted messaging number order.

API Endpoint

DELETE https://api.plivo.com/v1/Account/{auth_id}/HostedMessagingNumber/LOA/<LOA_ID>/

Arguments

No arguments need to be passed.

Response

HTTP Status Code: 204

1
2
curl -X DELETE -i --user AUTH_ID:AUTH_TOKEN \
  https://api.plivo.com/v1/Account/{auth_id}/HostedMessagingNumber/LOA/{loa_id}/