cURL
curl --request DELETE \ --url 'https://api.wavix.com/v1/messages/sender_ids/{id}?appid='
{ "success": true }
Use this method to delete a Sender ID.
Important Use carefully. Deleting a Sender ID is irreversible. Any attempts to send messages carrying the deleted Sender ID will fail.
An API key to authorize your request
Unique identifier of the Sender ID to delete
"fc34ba88-1eee-476e-b09e-dae63dc441e0"
Indicates if the operation is successful
true
Was this page helpful?