Messaging
Cancel SMS
Cancel a queued SMS message.
Only messages that are still in ‘queued’ status can be cancelled. Messages that are already being sent or have been delivered cannot be cancelled.
Args: message_id: The unique message ID returned when queueing the SMS
Returns: SMSCancelResponse: Result of the cancellation attempt
DELETE
Cancel a queued SMS message before it is sent.
Only messages still in
If the message cannot be cancelled, the endpoint returns
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 byPOST /sms/send.
Response
Response
success: false with the current status.
Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.