x_ ads_ delete_ card
Delete a card from an ads account. A write tool that previews before it changes anything, one of 44 X Ads tools on the Get MCP Ads MCP gateway.
Delete a card from an ads account. Deleting a card that a live promoted post references leaves that post's card dangling (posts are immutable) ; to swap a live ad's card, create the new card, create a new ad post with its card_uri, promote it, then pause the old ad before deleting the old card. Preview by default. Ask the user to approve the exact account, target and parameters before confirm:true.
- Source
- X Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
account_id- Endpoint
- https:/
/ mcp. getmcpads. com/ x-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
account_id | string | Required | X Ads account ID selected in Sources. |
card_id | string | Required | Card ID belonging to the selected X Ads account. |
confirm | boolean | Optional | False previews only; true applies this exact change after explicit human confirmation. Default: false. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "x_ads_delete_card",
"args": {
"account_id": "<string>",
"card_id": "<string>"
}
}
}