Messages
Message endpoints are meant to send and monitor messages sent by the account. Message is a single one to one conversation entity.
A single SMS can contain 160 characters. If the message contains any characters not listed in the 7-bit alphabet, then the message encoding will be set to UCS-2. The message length is limited to 70 characters. Additionally, for long SMS messages exceeding above-mentioned limits, will be supported by splitting them into multiple segments. For WhatsApp and Viber messages the maximum limit of characters is 1024 and 1000 for any character set correspondingly.
Method: Delete
Operation deletes the message. If the message is not sent yet, it will be canceled.
URL | /v1/messages/{id} |
Method Type | DELETE |
Authorization | API Key |
Request Content-Type | JSON |
Response Content-Type | JSON |
Headers
Name | Type | Description | Status |
---|---|---|---|
X-Dexatel-Key | string | API key | Required |
Request Body
-empty-Response Parameters
Example of request body
Example of response body
Error Codes
The following error codes are returned in response to a user’s request which contains bad syntax or cannot be fulfilled.
Code | Description |
---|---|
1501 | Message is not found |
1502 | Invalid message identifier |
1503 | 'data.from' is required |
1504 | 'data.from' is invalid |
1505 | Message sender is not found |
1506 | 'data.to' is required |
1507 | 'data.to' must be at most [10] items in length |
1508 | 'data.text' is required |
1509 | 'data.text' is invalid |
1510 | 'data.text' is too long |
1512 | 'data.template' is invalid |
1513 | Template is not found |
1514 | 'data.variables' is required |
1515 | 'data.channel' should be in: [SMS, WHATSAPP, VIBER] |
1516 | One of text, image or template should be specified |
1517 | Button messages are not supported for whatsapp channel |
1518 | Image messages are not supported for sms channel |
1519 | Button messages are not supported for sms channel |
1520 | 'data.button' is required |
1523 | Invalid recipient number(s) |