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.
More information
- Operate with single SMS message
- How to query a message by its ID
- Mark a single message by ID
- How to delete a single message by its ID
- Query the addressbook of a user
- Query the message templates of a user
- Operations with message folders
- Query message list of a message folder
- Delete message list of a message folder
- Delete message folder items permanently
- Select Operator
- URL Encode
- FAQ of the Ozeki NG SMS Gateway