google_ ads_ remove_ video_ upload
Remove a video upload owned by the selected ad account. A write tool that previews before it changes anything, one of 44 Google Ads tools on the Get MCP Ads…
Remove a video upload owned by the selected ad account. Deletes the uploaded YouTube video and can break ads referencing it. Preview and matching expectedPlanHash required. Google v25 marks title/description immutable; this tool does not pretend to edit them.
- Source
- Google Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
customerId- Endpoint
- https:/
/ mcp. getmcpads. com/ google-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
customerId | string | Required | Selected Google Ads customer ID, not the manager account. |
currency | string | Required | Actual account currency as a three-letter ISO code; verified natively before writes. |
loginCustomerId | string | Optional | Optional MCC ID; defaults to the selected account's inferred manager. |
testAccountOnly | boolean | Optional | Require customer.test_account=true before writing. Always use true for sandbox acceptance. |
confirm | boolean | Optional | Apply only when true and expectedPlanHash matches the exact preview. |
expectedPlanHash | string | Optional | SHA-256 planHash from the preview of this exact payload, required for application. |
uploadId | string | Required | Numeric ID of a video uploaded through Google Ads in this customer. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "google_ads_remove_video_upload",
"args": {
"customerId": "<string>",
"currency": "<string>",
"uploadId": "<string>"
}
}
}