Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Method parameters

Removes a text message (SMS) from the sending queue

  • string RemoveSMSQueue(string accessKey, int deliveryID, int scheduleID, booldeleteQueue)
    • accessKey: access key obtained using the Login 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"

Sample RemoveSMSQueue response

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