google_ads_keywords_remove
Remove a keyword criterion from an ad group (soft-delete). This action is destructive and not automatically reversible; for temporary suspension, use pause to preserve signals.
Instructions
Removes (soft-deletes) a single keyword criterion from an ad group. Returns the removed criterion_id. Destructive — not automatically reversible; record before-state with mureo_state_action_log_append if you may need to roll back (and note that re-adding the keyword creates a fresh criterion — the original quality score and learning are lost). For temporary suspension prefer google_ads_keywords_pause, which preserves all signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | Yes | Parent ad group ID. | |
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| criterion_id | Yes | Keyword criterion ID as returned by google_ads_keywords_list. |