6f9b SMS Gateway - Operations with message folders, Delete folder items

                

Search the manual:

Overview Quick start Download Manual How to buy FAQ Contact Us
OZEKI NG SMS Gateway - Product Guide

Delete message list in a folder Contents | SearchExamples

Home > Product Manual > Developers Guide > HTTP SMS API > Operations with message folders > Delete folder items

SMS Gateway SMS Gateway Home

  Product Manual
  Introduction
  SMS technology
  Installation Guide
  User Guide
  Developers Guide
  Tutorials
  ASP SMS API
  PHP SMS API
  HTTP SMS API
  Send message
  Receive message
  Billing methods
  Urlencode
  Select operator
  Operate with single message
  Query the addressbook
  Operations with message folders
  Query message list
  Delete message list in a folder
  Delete folder items
  Examples
  User handling
  Service Provider Connection Handling
  Reporting API
  Dynamic SMPP parameters
  SQL SMS API
  C Sharp SMS API
  AJAX SMS API
  Delphi SMS API
  Cpp SMS API
  Java SMS API
  VB.NET SMS API
  Python SMS API
  Perl SMS API
  TCL/TK SMS API
  Coldfusion SMS API
  VB 6 SMS API
  Examples and Solutions
  Appendix
  FAQ
  Feature list
  Commercial Information
  Search
 



Contact Us!
If you wish to get further information, do not hesitate to contact us!

E-mail: info@ozekisms.com

If you have a technical question, please submit a support request on-line.


Callcenter developers
If you are working on telephone solutions, please check out the Ozeki VoIP SIP SDK.
It can be used to create:

Webphone solutions:
- Adobe Flash video phone
- Silverlight video phone
- Web to web calls
- Web to VoIP calls

Custom SIP clients:
- Silverlight SIP VoIP client
- Flash SIP VoIP client
- C# .net SIP VoIP client
- ASP .net SIP VoIP client
- Web based SIP VoIP client

Custom VoIP solutions:
- VoIP SIP softphones
- VoIP call center clients
- VoIP IVR systems
- VoIP predictive dialer systems
- VoIP auto dialer systems
- VoIP call assistant
- VoIP call recording systems
- VoIP intercom solutions

How to delete message folder items in Ozeki NG SMS Gateway


This example allows you to delete all the items of a message folder in Ozeki NG SMS Gateway. You need to specify which folder's items you wish to delete. These items will be deleted from the hard disc permanently (messages will not be placed into "Deleted" folder).

Type this address into your browser:

http://127.0.0.1:9501/api?action=deletefolderitems&username=admin&password=abc123&folderName=sent&items=1be64500-25a7-45e0-b799-61efb6c315fc,7bbc96a7-0dd0-40aa-8454-d6a88180e987

Provide the follows:

"action": "deletemessagelist"
"username": your username used to log into Ozeki NG SMS Gateway
"password": your password in Ozeki NG SMS Gateway
"folderName": specify the folder from which you wish to delete items
"items": here specify the GUID of the messages (separate them with commas)

The response:
<Response>
         <Action>deleteFolderItems</Action>
         <Data>OK</Data>
</Response>

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 list of a message folder





Next page: Examples
Copyright © 2000 - 2013 Ozeki Informatics Ltd.
All rights reserved

Software PBX for Windows | VoIP SDK   |   Legal information   |   Privacy policy   |   Terms of use
Please, address your inquiries to info@ozekisms.com


0