Skip to main content
DELETE
/
api
/
v1
/
campaigns
/
live
/
{customer_id}
/
{campaign_id}
Remove a live Google Ads campaign
curl --request DELETE \
  --url http://localhost:8000/api/v1/campaigns/live/{customer_id}/{campaign_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

customer_id
integer
required
campaign_id
integer
required

Query Parameters

token_id
integer | null

Optional specific Token ID

Response

Successful Response