View source: R/record_delete_wrappers.R
bs_delete_starter_pack | R Documentation |
Delete a starter pack
bs_delete_starter_pack(
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/starterpack.json (2024-12-04) repo/deleteRecord.json (2024-12-01)
v0.2.0
(2024-12-04)
starter <- bs_new_starter_pack('bskyr test')
bs_delete_starter_pack(bs_extract_record_key(starter$uri))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.