Inputs
SelectItem
Output
Type:Dict
Returns the deleted post id and status.
Fields: post_id, page_id, page_name, status
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently deletes a Facebook Page post
| App | Facebook Organic |
| Operation ID | facebook_delete_post |
| Type | Action |
| Connection | facebook (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page | string or SelectItem | Yes | - | Select the Facebook Page the post belongs to, ask the user for it if not provided |
post_id | string | No | - | ID of the post to delete, in the pageid_postid format returned by facebook_list_posts and facebook_publish_post. Deleting a scheduled post cancels it. Deletion is permanent. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
Dict
Returns the deleted post id and status.
Fields: post_id, page_id, page_name, status
Example:
{
"post_id": "1234567890_9876543210",
"page_id": "1234567890",
"page_name": "My Page",
"status": "deleted"
}
