DELETE
/
v2
/
outbound
/
schedules
/
{schedule_id}
Cancel a scheduled outbound WhatsApp send
curl --request DELETE \
  --url https://api-v2.watchcollect.com/v2/outbound/schedules/{schedule_id} \
  --header 'Authorization: Bearer <token>'
{
  "schedule_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "request_id": "<string>",
  "event_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

schedule_id
string<uuid>
required

Response

Schedule cancel command accepted.

status
enum<string>
required
Available options:
accepted,
duplicate_accepted
schedule_id
string<uuid>
required
request_id
string
required
event_ids
string<uuid>[]