Delete Published Post
delete_postDelete a published post from a platform. Supports: X, Facebook, LinkedIn, Threads, YouTube, Pinterest, Bluesky, Mastodon, Telegram.
Provide the post ID (database ID returned when published through SendIt), the platform post ID, or the post URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postId | Yes | Post identifier: database ID, platform post ID, or post URL | |
| team_id | No | Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope. | |
| platform | Yes | Platform to delete from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| message | No | ||
| success | No |