DELETE
/
v1
/
sms
/
routing
/
sms-tests
/
{smsRoute}
/
schedule
/
{id}
cURL
curl --request DELETE \
  --url https://api.comm.com/api/v1/sms/routing/sms-tests/{smsRoute}/schedule/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "SMS test schedule deleted successfully."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

smsRoute
string<uuid>
required

The sms route ID

id
string<uuid>
required

The id ID

Response

success
boolean
required
message
string
required
Example:

"SMS test schedule deleted successfully."