unfollow_user
Permanently unfollow a user by deleting their follow record using its AT-URI. Obtain the follow URI from follow_user before using this tool.
Instructions
Unfollow a user on AT Protocol. Deletes the follow record identified by its AT-URI, permanently removing the follow relationship; this action cannot be undone (a new follow_user call is required to re-follow). Requires authentication (app password). Use follow_user to obtain the follow URI before calling this tool; for bulk unfollows consider batch_action. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| followUri | Yes | AT-URI of the follow record to delete (at://did/app.bsky.graph.follow/rkey). Must reference an app.bsky.graph.follow collection record. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | True when the follow record was successfully deleted. | |
| message | Yes | Human-readable outcome message. | |
| deletedFollow | Yes | Information about the deleted follow record. |