delete_document
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Delete a Campaign IDE document by id or uuid (e.g. to remove a stale or duplicate doc). Only deletes documents you own.
Parameters schema
{
"type": "object",
"title": "delete_documentArguments",
"properties": {
"uuid": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Uuid",
"default": null
},
"document_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Document Id",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries