delete_audience
ActiveTool 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"
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries