Delete a campaign

Delete campaign

delete

A campaign can be deleted if it doesn't have any active channels.

Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstring · uuidRequired

The ID for the workspace.

Example: d386a801-ee8d-4aba-a7e4-78671bd3b11e
brandIdstringRequired

A unique identifier for the brand.

campaignIdstringRequired

A unique identifier for the campaign.

Responses
200

Campaign deleted

application/json
delete
/workspaces/{workspaceId}/tcr-brands/{brandId}/campaigns/{campaignId}

Last updated

Was this helpful?