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
Cancel a queued SMS message before it is sent. Only messages still inDocumentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
queued status can be cancelled. Messages already sending or already sent cannot be cancelled.
message_id (string, required): The Burki message ID returned by POST /sms/send.success: false with the current status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.