v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
SMS and MMS

Delete a Sender ID

Deletes the Sender ID identified by id. Deletion is permanent.

delete/v3/messages/sender-ids/{id}

Path parameters

idstring required
Example:fc34ba88-1eee-476e-b09e-dae63dc441e0

The unique ID of the Sender ID.

Response

Returns a success confirmation. The Sender ID is deleted.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}