unlike_post
Remove your like from a post on the AT Protocol by deleting the associated like record. This action is irreversible and requires authentication.
Instructions
Remove a like from a post on AT Protocol by deleting the like record identified by its AT-URI. This action permanently removes the like and cannot be undone. Requires authentication (app password). Use like_post to add a like. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| likeUri | Yes | AT-URI of the like record to delete (at://did/app.bsky.feed.like/rkey); obtained from a previous like_post response or post viewer state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the unlike operation succeeded. | |
| message | Yes | Human-readable status message. | |
| deletedLike | Yes | The like record that was deleted. |