delete_post
Permanently delete a post from your AT Protocol repository using its AT-URI. This irreversible action removes content you no longer want.
Instructions
Delete a post on AT Protocol. Permanently removes the post from the authenticated user's repository; this action cannot be undone. Use this instead of create_post/reply_to_post when you need to remove existing content. Requires authentication (app password). Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | AT-URI of the post to delete (at://did/app.bsky.feed.post/rkey). Must belong to the authenticated user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the post was successfully deleted. | |
| message | Yes | Human-readable result message. | |
| deletedPost | Yes | Information about the deleted post. |