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>"
}
]
}Permanently remove a live Google Ads campaign.
This is irreversible. The campaign and all its child resources (ad groups, keywords, ads, criteria) will be removed.
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>"
}
]
}