{{baseUrl}}/messages/:id
DELETE {{baseUrl}}/messages/:id
This method allows you to cancel and therefore not send a message (not allowed on messages already sent or scheduled for sending). With the cancellation there is no refund on the spent credits.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [],
"message": "5cf7cc139f272546624d3795 Deleted",
"success": true,
"error": null
} |
ENDPOINTS