Request to delete a scheduled SMS
Request to delete a scheduled SMS
POST
http://lk.mysmpp.ru/xml/scheduled.php
Headers
Name
Type
Description
Content-type*
String
text/xml; charset=utf-8;
Request Body
Name
Type
Description
login.value*
String
Your login in the system
delete_schedule.schedule.id_sms*
Int
The number of the scheduled SMS to be deleted. Can be obtained by querying the list of scheduled SMS
token.value*
String
You can use a secret key instead of login and password. To obtain it, please contact your manager
password.value*
String
Your password in the system
Deciphering parameters in query responses
Parameter
Data type
Description
scheduled.id_sms
Int
SMS message number. Used to check the status of SMS.
error
String
The error text can take the following values:
Incorrect XML document format
Incorrect login or password
POST data is missing
Example XML request
Last updated