Delete a post
delete_postPermanently delete your Bluesky post using its at:// URI or bsky.app link. Confirmation is required; existing feeds and caches may retain it.
Instructions
Delete one of your own posts. This cannot be undone, and it does not remove the post from feeds and caches that already have it. Needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | at:// URI or bsky.app link of the post to delete. | |
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. | |
| confirm | No | Must be true for this to run. The result is public immediately or cannot be undone, so it is refused without an explicit confirmation. |