delete sender id

API Docs by APIMATIC

Delete Sender ID

Use this method to delete a Sender ID from the account

This endpoint requires authentication.

DELETE /messages/sender_ids/{id}
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Unique ID of the Sender ID to be deleted

Server

SMS and MMS messaging

Response Type

Void

curl -X DELETE -G \
  --url 'https://api.wavix.com/v2/messages/sender_ids/id0'  \
  -d 'appid=your-API-key'