https://msg.msgclub.net/rest/services/sendSMS/deleteScheduleSms?AUTH_KEY=YourAuthKey&requestId=requestId

Sample Output

{"requestId":"status"}

Parameter Name with Description

Parameter Name Data Type Description
AUTH_KEY* Alphanumeric Login Authentication Key(This key is unique for every user)
requestId * Text Enter single or comma separated requestId

Limitation

When you will use above api,then you have to encode the url via url encoding algorithm according to your programming language.
java code here
php code here
vb6 code here
chash code here
vbdotnet code here