Delete a bookmark from pinboard by url.
pb_posts_delete(url = NULL, username = NULL, token = NULL)
url | REQUIRED url of bookmark to delete |
---|---|
username | your username You probably don't need to supply this every time. See |
token | your token |
status in text: "done", "item not found"
if (FALSE) { pb_posts_delete("https://example.com") }