Messaging
Delete an alphanumeric sender ID
Delete an alphanumeric sender ID and disassociate it from its messaging profile.
delete/alphanumeric_sender_ids/{id}
Path parameters
idstring required
The identifier of the alphanumeric sender ID.
Response
Successful response with a single alphanumeric sender ID.
Example response
{
"data": {
"alphanumeric_sender_id": "MyCompany",
"id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"record_type": "alphanumeric_sender_id",
"us_long_code_fallback": "+15551234567"
}
}