Unschedule a campaign
POST /campaigns/{CampaignID}/unschedule.{Format}
Removes a previously scheduled date and time for delivering a campaign. If already queued, the campaign is sent immediately.
Request
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| CampaignID | path | string | true | The ID of the campaign that you want to unschedule. |
| Format | path | string | true | The supported file format for getting a response.Possible values: json and xml. |
| apikey | query | string | true | The API key of your account. |
http
curl
Response
| Status | Description | Headers | Schema |
|---|---|---|---|
| 200 OK | The request is successful. | Content-Type/jsonAccept/json | N/A |
json
-
Code- the response message. This is0if successful. -
Error- the response error message. This isnullif successful. -
Context- this isnullif successful.
If you have suggestions for improving this article, let us know!