bluesky_cli delete user from a (mute) list #954
-
Hi, i just got introduced and immediately started using it as a powerful tool to manage my mute lists used in feeds. Thank you and best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
myConsciousness
Nov 3, 2023
Replies: 1 comment 1 reply
-
Hey @kesma01 , Since the list members are treated as records of So I guess you can delete it like: bsky delete --uri=at://foo.com/app.bsky.graph.listitem/123 But perhaps you need to remember the AT URI ( |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kesma01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @kesma01 ,
Since the list members are treated as records of
listitem
, all these data can be deleted with thedelete
command.So I guess you can delete it like:
But perhaps you need to remember the AT URI (
listitem
) returned when you add a member to this list.