Delete Scheduled API Triggered Campaigns

POST https://{{instance_url}}/campaigns/trigger/schedule/delete

The delete schedule endpoint allows you to cancel a message that you previously scheduled API Triggered Campaigns before it has been sent.

Scheduled messages or triggers that are deleted very close to or during the time they were supposed to be sent will be updated with best efforts, so last second deletions could be applied to all, some, or none of your targeted users.

Request Parameters

ParameterRequiredData TypeDescription
campaign_idRequiredStringSee campaign identifier
schedule_idRequiredStringThe schedule_id to delete (obtained from the response to create schedule)

Request Components

Request Body

{"campaign_id"=>"campaign_identifier", "schedule_id"=>"schedule_identifier"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring