Last updated 2 years ago
To cancel or remove a pending schedule SMS
You cannot remove processing, failed and completed schedule SMS, you only can cancel a pending schedule SMS.
Cancel existing sms schedule
DELETE /api/v1/sms/scheduled/{id} HTTP/1.1 Host: ducksms.com Authorization: Bearer JWT Accept: */*
{ "status": 200, "message": "Schedule successfully cancelled", "data": [] }