Skip to main content
DELETE
/
messages
/
sender_ids
/
{id}
Delete a Sender ID
curl --request DELETE \
  --url https://api.wavix.com/v3/messages/sender_ids/{id}
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

id
string
required

Unique identifier of the Sender ID to delete

Example:

"fc34ba88-1eee-476e-b09e-dae63dc441e0"

Response

success
boolean
required

Indicates if the operation is successful

Example:

true

I