Skip to content

Cancel Scheduled SMS

You can either cancel a single scheduled SMS send or an entire scheduled SMS batch using their returned IDs.

DELETE
/sms/send/{id}

Headers

X-Api-Key
required
string
The API Key for your Workspace.

200 OK

The scheduled SMS was successfully cancelled.


400 Bad Request

The SMS could not be found, or was not cancellable.

DELETE
/sms/send/bulk/{id}

Headers

X-Api-Key
required
string
The API Key for your Workspace.

JSON Data

cancelledCount
number
The number of SMS messages that were cancelled.
reason
string (optional)
The reason for the amount of SMS being cancelled.
errors
string[] (optional)
Any errors that occurred during the cancellation.