You're viewing a demo portfolio

Join the waitlist
PRSM

delete_meta_object

Active

Tool of Hermoso

declared in 1.0.0

PERMANENTLY delete a campaign, ad set, or ad. Pass objectId (from list_meta_ads) + adAccountId. Irreversible — confirm the exact object with the user first, then call with confirm:true. To just stop delivery without deleting, use update_meta_object(status:"PAUSED") instead.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "objectId",
    "adAccountId"
  ],
  "properties": {
    "confirm": {
      "type": "boolean",
      "description": "REQUIRED true — deletion is permanent"
    },
    "objectId": {
      "type": "string",
      "description": "the campaign / ad set / ad id to delete"
    },
    "adAccountId": {
      "type": "string",
      "description": "ad account id (for auth + scope)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Hermoso

https://github.com/hermoso-ai/hermoso

1/7 registries
View full server →
delete_meta_object — Hermoso — PRSM MCP