Using HTTP to delete an SMS message from the outbox
- This topic has 0 replies, 1 voice, and was last updated 8 years, 1 month ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: SMS
If you want or need to delete a sent message from the outbox, you can do so by referring to the guid of the message in question
{
https://cell_modem_ip/api/sms/outbox/guid?token=access_token&method=DELETE
}
The response will show a success status with a 200 code