Edit or delete a published post
manage_meta_postDestructive
Edit text of a published Facebook post or delete posts on Facebook or Threads. Confirm deletion to permanently remove.
Instructions
Edit the text of, or delete, a post you published with post_to_meta. target:"facebook" → edit the message (action:"edit", message:…) OR delete (action:"delete"); target:"threads" → delete only (Threads has no edit API); Instagram posts can’t be edited or deleted via the API. Deleting is permanent — confirm with the user, then pass confirm:true.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | edit the text (FB only) or delete the post | |
| postId | Yes | the post id returned by post_to_meta | |
| target | No | default facebook | |
| confirm | No | REQUIRED true to delete (permanent) | |
| message | No | the new post text (action:"edit" on facebook) |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| action | No | ||
| postId | No | ||
| target | No |