Delete Post
delete_postCancel a draft or scheduled post before it publishes, or remove its record from AdaptlyPost. Published content stays live on social networks; use this to prevent an upcoming post or clean up records.
Instructions
Delete a post record from AdaptlyPost by id. Use it to cancel a DRAFT or SCHEDULED post before it goes out; a deleted scheduled post will not publish. Deleting never removes content already on a network: for a COMPLETED or PARTIAL_FAILURE post this only drops AdaptlyPost's record, and the live posts stay up until removed on each platform. Prefer update_post to change a post instead of deleting and recreating it. Only posts in the token's workspace can be deleted; others return "Post not found or access denied". Returns { deleted: true }. Irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Post ID to delete, from list_posts or create_post |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | An object with deleted: true once the post record is removed from AdaptlyPost. |