Delete Sender ID

Permanently remove a sender ID from your business. Only allowed if it has never been used to send a message or run a campaign.

Blocked If In Use

A sender ID with any linked messages or campaigns can't be deleted — this protects your send history from silently losing its "from" identity.

DELETE
/v1/sender-ids/:id
Stable

Path Parameters

ParameterDescription
idThe sender ID's record id, from the create or list response

Response

JSON
{
"success": true,
"message": "Sender ID deleted successfully"
}

Try It Yourself

DELETE
https://api.sendexa.co/v1/sender-ids/SENDER_ID_ID

Code Examples

Bash
curl -X DELETE 'https://api.sendexa.co/v1/sender-ids/SENDER_ID_ID' \
-H 'Authorization: Basic YOUR_DASHBOARD_BASE64_TOKEN'

HTTP Status Codes

CodeStatusDescription
200OKSender ID deleted
400Bad RequestSender ID is in use by messages or campaigns
401UnauthorizedInvalid or missing API credentials
403ForbiddenSender ID belongs to a different business
404Not FoundNo sender ID with that id