Sign in

Delete bookmark

documented

Deletes a bookmark matching the provided URL.

GET /v1/posts/deletePostsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.pinboard.in/v1/posts/delete?auth_token={{PINBOARD_SECRET}}&url={{$bookmark_url}}&format=json" \
  -X GET \
  -H "Accept: application/json"
Delete bookmark · Pinboard · OpenIntegrations