Skip to content
Get MCP AdsGet MCP Ads, home
Start free
View as Markdown

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.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
customerId
Endpoint
https://mcp.getmcpads.com/google-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
customerIdstringRequiredSelected Google Ads customer ID, not the manager account.
currencystringRequiredActual account currency as a three-letter ISO code; verified natively before writes.
loginCustomerIdstringOptionalOptional MCC ID; defaults to the selected account's inferred manager.
testAccountOnlybooleanOptionalRequire customer.test_account=true before writing. Always use true for sandbox acceptance.
confirmbooleanOptionalApply only when true and expectedPlanHash matches the exact preview.
expectedPlanHashstringOptionalSHA-256 planHash from the preview of this exact payload, required for application.
uploadIdstringRequiredNumeric ID of a video uploaded through Google Ads in this customer.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "google_ads_remove_video_upload",
    "args": {
      "customerId": "<string>",
      "currency": "<string>",
      "uploadId": "<string>"
    }
  }
}
Esc

Type to search