Messages
Cancel message
Cancel a message that is currently in the process of being delivered. A well-formatted API call to the cancel message API will return either 200
status code for a successful cancellation or 409
status code for an unsuccessful cancellation. Both cases will include the actual message record in the response body (see details below).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier representing the message ID
Response
200 - application/json
The response is of type object
.