Delete a bookmark from pinboard by url.

pb_posts_delete(url = NULL, username = NULL, token = NULL)

Arguments

url

REQUIRED url of bookmark to delete

username

your username You probably don't need to supply this every time. See ?authentication

token

your token

Value

status in text: "done", "item not found"

Examples

if (FALSE) { pb_posts_delete("https://example.com") }