Skip to main content
DELETE
Cancel a queued SMS message before it is sent. Only messages still in queued status can be cancelled. Messages already sending or already sent cannot be cancelled.

Path Parameters

  • message_id (string, required): The Burki message ID returned by POST /sms/send.

Response

Response
If the message cannot be cancelled, the endpoint returns success: false with the current status.
Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

message_id
string
required

Response

Successful Response

Response model for SMS cancel endpoint.

success
boolean
required
message_id
string
required
message
string
required
previous_status
string | null
new_status
string | null