The ID of the scheduled text message, as returned by the sendSMS method.
Returns:
A Hashtable with 2 keys: 'scheduled_id', 'status' e.g. result["scheduled_id"]
Hashtable key
Value
scheduled_id
String: The unique ID of the scheduled message.
status
The status of the message, i.e., DELETED.
Specific error codes:
Code
Meaning
35
The provided Resource ID is not valid or is malformed.
36
This can have multiple meanings: either 1) the scheduled message id doesn't exist or belongs to other account than the one using the REST API; or 2) the scheduled message has already been sent and, as so, can't be deleted.