Delete bookmark
documentedDeletes a bookmark matching the provided URL.
GET /v1/posts/deletePostsno implementation yet0 runsNo 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"