delete_comment_from_post
Remove unwanted comments from Facebook posts by specifying post and comment IDs through the Graph API.
Instructions
Alias to delete a comment on a post. Input: post_id (str), comment_id (str) Output: dict with deletion result
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | ||
| comment_id | Yes |