bs_delete_follow: Delete a follow (un-follow someone)

View source: R/record_delete_wrappers.R

bs_delete_followR Documentation

Delete a follow (un-follow someone)

Description

Delete a follow (un-follow someone)

Usage

bs_delete_follow(
  rkey,
  user = get_bluesky_user(),
  pass = get_bluesky_pass(),
  auth = bs_auth(user, pass)
)

bs_unfollow(
  rkey,
  user = get_bluesky_user(),
  pass = get_bluesky_pass(),
  auth = bs_auth(user, pass)
)

Arguments

rkey

Character, length 1. The CID of the version of the record. If not specified, then return the most recent version.

user

Character. User name to log in with. Defaults to get_bluesky_user().

pass

Character. App password to log in with. Defaults to get_bluesky_pass().

auth

Authentication information. Defaults to bs_auth(user, pass).

Value

an httr2 status code

Lexicon references

graph/list.json (2024-12-03) repo/deleteRecord.json (2024-12-01)

Function introduced

v0.2.0 (2024-12-03)

Examples


foll <- bs_follow(subject = 'chriskenny.bsky.social')
bs_delete_follow(bs_extract_record_key(foll$uri))
# obviously, you deleted this by mistake and want to follow me
foll <- bs_follow(subject = 'chriskenny.bsky.social')


bskyr documentation built on June 8, 2025, 10:33 a.m.