Unschedule a Scheduled Campaign
DELETE https://api.sendgrid.com/v3/campaigns/:campaign_id/schedules
This endpoint allows you to unschedule a campaign that has already been scheduled to be sent.
A successful unschedule will return a 204. If the specified campaign is in the process of being sent, the only option is to cancel (a different method).
For more information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |