Delete comments
facebook_delete_commentPermanently delete up to 50 Facebook comments in one call. Requires an approved plan and apply:true; use hide for reversible moderation.
Instructions
PERMANENTLY delete up to 50 comments. This cannot be undone — prefer facebook_hide_comment, which is reversible. Always requires an explicit apply:true together with the plan_id from a dry run; the server default never applies a delete on its own. Each id gets its own outcome and a comment that is already gone counts as done. Deleting the Page's OWN comment needs pages_manage_engagement; deleting a comment left BY a user also needs pages_read_user_content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | Set true to actually perform the write. Omitted or false ⇒ the server decides from its configured write mode: usually a dry run that returns a plan preview and changes nothing, but a server (or package) configured apply-first performs the write. To be certain nothing happens, read the result: a dry run always reports the plan and says the write was NOT performed. | |
| plan_id | No | The `planId` returned by a preceding dry-run preview of this same tool. Required for irreversible and spend-tier writes; plans expire a few minutes after they are created. | |
| profile | No | Page profile key (e.g. "brand-a") or a raw Page ID. Omitted ⇒ the default Page (FB_PAGE_ID). | |
| comment_ids | Yes | Comment IDs to act on — 1 to 50 per call. Each id gets its own outcome, so one bad id does not fail the rest. Split larger sweeps into several calls. | |
| confirm_token | No | Out-of-band operator token (FB_CONFIRM_TOKEN) authorizing this one irreversible or spend-tier apply. Needed only when the MCP client cannot show a confirmation prompt. Ask the human operator for it; it is not stored between calls and is never echoed back. |