Skip to main content
Cancels a campaign
curl --request DELETE \
  --url https://api.example.com/api/v4/campaigns/{id}/cancel \
  --header ':cookie: <api-key>'
{
  "error": {
    "type": "error",
    "message": "<string>",
    "code": "<string>"
  }
}

Authorizations

Headers

X-Vero-Project-Id
string

Path Parameters

id
string
required

Response

No Content