View source: R/record_delete_wrappers.R
bs_delete_block | R Documentation |
Delete a block
bs_delete_block(
rkey,
user = get_bluesky_user(),
pass = get_bluesky_pass(),
auth = bs_auth(user, pass)
)
bs_unblock(
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
graph/list.json (2024-12-03) repo/deleteRecord.json (2024-12-01)
v0.2.0
(2024-12-03)
blck <- bs_block(subject = 'nytimes.com')
bs_delete_block(bs_extract_record_key(blck$uri))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.