View source: R/record_delete_wrappers.R
bs_delete_post | R Documentation |
Delete a post
bs_delete_post(
rkey,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass)
)
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 |
an httr2
status code
feed/post.json (2025-03-20) repo/deleteRecord.json (2025-03-20)
v0.3.0
(2025-03-20)
pst <- bs_post('a test post to be deleted')
bs_delete_post(bs_extract_record_key(pst$uri))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.