Skip to main content
POST
Unschedule a campaign
Cancels a scheduled send, returning the campaign to draft. The campaign must currently be scheduled. Requires the campaigns:write scope. Not available to sandbox keys.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

campaignId
string<uuid>
required

Campaign ID

Response

Campaign unscheduled.

message
string
required
Example:

"Campaign scheduled for delivery."

data
object

The updated campaign. Present on success; omitted in the rare case the campaign cannot be re-read immediately after the action (e.g. it was concurrently deleted).