Deleting an SMS message from the queue
Example of a request to delete an SMS message from the queue.
SMS messages are deleted from the queue only if the message has been scheduled (the date and time of sending the SMS message is specified).
URI: /api/http.php
All requests to the gateway API are sent in JSON using the GET or POST method.
Request example
/api/http.php?key=api/key&command=delete&id=test
Response parameters
Response examples
- Successful
- Unknown command
status:Deleted code:10
errors:Unknown command