How to delete message list from a folder in Ozeki NG SMS Gateway
On this page you will learn how you can delete messages from a given message folder in Ozeki NG SMS Gateway. With this solution messages will be placed into "Deleted" folder of Ozeki NG SMS Gateway.
Provide this address into your browser:
http://127.0.0.1:9501/api?action=deletemessagelist&username=admin&password=abc123&listName=sent
Provide the follows:
"action": "deletemessagelist"
"action": your username used to log into Ozeki NG SMS Gateway
"action": your password in Ozeki NG SMS Gateway
"listName": specify the folder from which you wish to delete the message list
The response:
Messages from folder (sent) 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