You're viewing a demo portfolio

Join the waitlist
PRSM

delete_audience

Active

Tool of io.github.jshorwitz/synter-ads

declared in 1.27.0

Delete a custom/matched audience from an ad platform by audience_id. Use to clean up stale or errored (e.g. NOT_ENOUGH_MATCHES) audiences. Reddit supported today. This is irreversible.

Parameters schema

{
  "type": "object",
  "title": "delete_audienceArguments",
  "required": [
    "platform",
    "audience_id"
  ],
  "properties": {
    "platform": {
      "type": "string",
      "title": "Platform"
    },
    "account_id": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "title": "Account Id",
      "default": null
    },
    "audience_id": {
      "type": "string",
      "title": "Audience Id"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.jshorwitz/synter-ads

https://github.com/jshorwitz/synter-mcp-server

1/7 registries
View full server →
delete_audience — io.github.jshorwitz/synter-ads — PRSM MCP