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} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

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