Delete a previously scheduled SMS
| Code Block | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
$result = $tmClient->deleteSMS('1234');
echo "Message with ID {$result['scheduled_id']} was {$result['status']}";
|
| Warning | ||
|---|---|---|
| ||
Our example code is an illustration of how you might integrate with our systems and is not certified for production environments. You are responsible for testing and QA. |