remove_campaign
Soft-delete a Google Ads campaign by setting its status to REMOVED. Requires customer and campaign IDs plus confirmation to prevent accidental removal.
Instructions
Soft-delete (remove) a campaign.
This is a destructive operation. The campaign will be set to REMOVED status.
Args: customer_id: Google Ads customer ID. campaign_id: Campaign ID to remove. confirm_removal: Must be True to proceed. Safety check for destructive operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| customer_id | Yes | ||
| confirm_removal | No |