Stop message
Archive
DELETE https://api.clickatell.com/rest/message/[message ID]JSON
Request
DELETE /rest/message/360586640fe9846954897dffe6c13dfc HTTP/1.1
HOST: api.clickatell.com
X-Version: 1
Authorization: Bearer [Your Authorization Token]
Accept: application/jsonResponse
HTTP/1.1 200 OK
Content-Type: application/json
{
"data" : {
"messageStatus" : "006",
"description" : "User cancelled message delivery",
"apiMessageId" : "360586640fe9846954897dffe6c13dfc"
}
}