Cancel Schedule
To cancel or remove a pending schedule SMS
Cancel existing sms schedule
Authorizations
Path parameters
idstringRequired
Responses
200
Cancel existing sms schedule
application/json
400
Invalid request
application/json
401
Unauthenticated
application/json
404
No data found
application/json
500
Server error
application/json
delete
DELETE /api/v1/sms/scheduled/{id} HTTP/1.1
Host: ducksms.com
Authorization: Bearer JWT
Accept: */*
{
"status": 200,
"message": "Schedule successfully cancelled",
"data": []
}
Last updated