Skip to main content
DELETE
/
sender-ids
/
{uuid}
Delete Sender ID
curl --request DELETE \
  --url https://api.example.com/sender-ids/{uuid}
{
  "success": true,
  "message": "Sender ID deleted successfully."
}

Documentation Index

Fetch the complete documentation index at: https://developers.sendazi.com/llms.txt

Use this file to discover all available pages before exploring further.

uuid
string
required
The unique identifier (UUID) of the sender ID
Deleting a sender ID will prevent it from being used in future campaigns. Existing campaigns using this sender ID will not be affected.
{
  "success": true,
  "message": "Sender ID deleted successfully."
}