post_delete
Delete a post from the database. Optionally remove it from published social media platforms before deletion.
Instructions
Delete a post from the database. By default does NOT remove from social media platforms. Pass delete_on_platform=true to also remove from all published platforms before DB deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_id | Yes | Post ID to delete | |
| delete_on_platform | No | If true, also deletes the post from all published platforms before removing it from the database. Defaults to false. |