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"
"username": your username used to log into Ozeki NG SMS Gateway
"password": 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. |
Dig deeper!
People who read this also read...
Query a single message by ID
Mark a single message by ID
Delete 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 folder items permanently
Next page:
Delete folder items
|