Skip to main content
Glama

Uber External Ads API MCP Server

by ekim197

delete_campaign

Remove an Uber advertising campaign by providing the ad account ID and campaign ID to permanently delete it from the Uber External Ads API.

Instructions

Delete a campaign

Input Schema

NameRequiredDescriptionDefault
ad_account_idYesThe ad account UUID
auth_tokenNoBearer token for authentication
campaign_idYesThe campaign UUID

Input Schema (JSON Schema)

{ "properties": { "ad_account_id": { "description": "The ad account UUID", "type": "string" }, "auth_token": { "description": "Bearer token for authentication", "type": "string" }, "campaign_id": { "description": "The campaign UUID", "type": "string" } }, "required": [ "ad_account_id", "campaign_id" ], "type": "object" }

Other Tools from Uber External Ads API MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ekim197/HACKATHON_MCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server