remove_entity
Draft the removal of a Google Ads entity (campaign, ad group, keyword). Preview before irreversible execution. For temporary disablement, use pause_entity.
Instructions
Draft REMOVING an entity — returns a PREVIEW. This is IRREVERSIBLE.
entity_type: "campaign", "ad_group", "ad", "keyword", "negative_keyword",
"shared_criterion", "campaign_asset", "asset", or "customer_asset"
entity_id: The resource ID.
For keywords: "adGroupIdcriterionId"
For negative_keywords: "campaignIdcriterionId"
(use the resource_id field from get_negative_keywords)
For shared_criterion: "sharedSetIdcriterionId"
(use the resource_id field from get_negative_keyword_list_keywords)
For campaign_asset: "campaignIdassetIdfieldType"
For asset: simple asset ID
For customer_asset: "assetIdfieldType"
WARNING: Removed entities cannot be re-enabled. Use pause_entity instead if you just want to temporarily disable something.
Call confirm_and_apply with the returned plan_id to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | ||
| entity_id | Yes | ||
| customer_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||