google_ads_callouts_remove
Remove a callout asset from a Google Ads campaign, disassociating it without deleting the asset. Returns the resource name of the removed link. Use the create tool to reattach.
Instructions
Detach a callout asset from a Google Ads campaign by removing the CampaignAsset link. Returns {resource_name} of the removed campaign-asset association. Destructive — the callout stops serving on the campaign but the Asset row itself is not deleted. Re-enabling requires google_ads_callouts_create with the same text. For the sibling list operation use google_ads_callouts_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| campaign_id | Yes | Campaign ID as a numeric string without dashes (e.g. '23743184133'). Obtain via google_ads_campaigns_list. | |
| asset_id | Yes | Asset ID as a numeric string (e.g. '123456789'). Obtain from the 'id' field of google_ads_callouts_list. |