Delete Facebook Page Post
meta_delete_postPermanently removes a Facebook Page post using the post ID and page ID. Retrieve these IDs with meta_get_posts and meta_list_pages.
Instructions
Deletes a post from a Facebook Page. This action is permanent and cannot be undone.
Args:
post_id (string): The post ID to delete (format: {page_id}_{post_id})
page_id (string): The Page ID (for authentication)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID to delete (get from meta_get_posts) | |
| page_id | Yes | Page ID (for token — call meta_list_pages first) |