Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Method parameters

Removes a text message (SMS) from the sending queue

Method parameters

  • string RemoveSMSQueue(string accessKey, int deliveryID, int scheduleID, bool bool deleteQueue)
    • accessKey: access key obtained using the 
    Login
    • LoginFromId method
    • deliveryID: ID of the delivery
    • scheduleID: ID of the schedule
    • deleteQueue: boolean value to indicate whether to delete the queue or not. If false, the message will be removed from the "sms in the sending queue"" or "scheduled sms", and moved to the "sms waiting to be sent"

...

SOAP Example

Code Block
languagehtml/xml
titleSOAP Response
firstline1
linenumberstrue
<RemoveSMSQueueResult>
  <errorCode>0</errorCode>
  <errorDescription></errorDescription> 
</RemoveSMSQueueResult>