Notice that 'pinboard.in' does not tell you if a tag exists or not. It will return a 'done' unless something else goes wrong.

pb_tags_delete(tag, username = NULL, token = NULL)

Arguments

tag

REQUIRED tag the delete

username

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

token

your token

Value

text confirmation

Examples

if (FALSE) { pb_tags_delete(tag = "svg") }