delete_meta_object
ActiveTool of Hermoso
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)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries