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