Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

<RemoveSMSQueueResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription> 
</RemoveSMSQueueResult> 
  • No labels