How to delete a single message by its ID
This page presents how you can delete a
single message by its ID in Ozeki NG SMS Gateway. To do so you only need to
provide the message ID. In this way, the selected message will be placed into
"Deleted" message folder in Ozeki NG SMS Gateway.
Enter this address into your browser:
http://127.0.0.1:9501/api?action=deletemessagebyid&username=admin&password=abc123&msgID=c36d7ee5-16f9-4193-9a75-0537e590e9d3 |
"action": "deletemessagebyid"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway
"msgID": is the GUID of the message
Response:
Message (c36d7ee5-16f9-4193-9a75-0537e590e9d3) moved to folder: DELETED. |
Dig deeper!
People who read this also read...
Mark a single message by ID
Mark a single message by ID
Query the addressbook of a user
Query the message templates of a user
Query message list of a message folder
Delete message list of a message folder
Delete message folder items permanently
Next page:
Query the addressbook
|