DELETE
/
experience-manager
/
campaigns
/
{id}
Delete a campaign
curl --request DELETE \
  --url https://{FUSION HOST}/api/experience-manager/campaigns/{id} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier of the campaign to be deleted.

Query Parameters

commitWithin
string

Optional parameter specifying the time in milliseconds within which the deletion should be committed.

context
string
required

Application context for the campaign deletion request.

staging
boolean
required

Indicates whether the campaign should be deleted from the staging environment.

Response

204

Campaign successfully deleted. No content is returned.