delete a sender id
Use this method to delete a Sender ID from the account
This endpoint requires authentication.
DELETE /messages/sender_ids/{id}
Name | Description |
---|---|
id Template Required | String Unique ID of the Sender ID to be deleted |
Messaging
Void
curl -X DELETE -G \
--url 'https://api.wavix.com/v2/messages/sender_ids/id0' \
-d 'appid=appid'