bs_delete_repost {bskyr} | R Documentation |
Delete a repost
Description
Delete a repost
Usage
bs_delete_repost(
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 |
pass |
Character. App password to log in with. Defaults to |
auth |
Authentication information. Defaults to |
Value
an httr2
status code
Lexicon references
feed/repost.json (2023-11-25) repo/deleteRecord.json (2024-12-01)
Function introduced
v0.2.0
(2024-12-03)
Examples
repo <- bs_repost('https://bsky.app/profile/bskyr.bsky.social/post/3kf2577exva2x')
bs_delete_repost(bs_extract_record_key(repo$uri))
[Package bskyr version 0.3.0 Index]