remove_from_list
Remove a user from an existing Bluesky list by providing the list URI and the user's handle or DID. Authenticated action for managing list membership.
Instructions
Remove a user from an existing list. Requires authentication (app password). Deletes the listitem record from the authenticated user's repository; the actor's handle is resolved to a DID and the full list is paged through to locate the record. Use add_to_list to re-add a member or get_list to inspect current members. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listUri | Yes | AT-URI of the target list (at://did/app.bsky.graph.list/rkey). | |
| actor | Yes | Handle (e.g. alice.bsky.social) or DID of the user to remove from the list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the user was removed. False when the user was not in the list, or when the list was too large to scan fully (see message). | |
| message | Yes | Human-readable result message. | |
| removedFrom | Yes | Identifies the list and actor involved in the operation. |