Skip to main content
DELETE
/
campaigns
/
{campaignId}
Delete a campaign
curl --request DELETE \
  --url https://apix.spotzee.com/api/client/campaigns/{campaignId} \
  --header 'Authorization: Bearer <token>'
true

Documentation Index

Fetch the complete documentation index at: https://docs.spotzee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project-scoped secret API key (sk_…). Pass in the Authorization: Bearer <key> header. Grants access to the project the key was issued for.

Path Parameters

campaignId
integer | null

Numeric campaign identifier.

Example:

24

Response

Returns true once the operation completes.

The response is of type boolean.