Sign in

Unfollow a blog

documented

Unfollow a blog on behalf of the authenticated user.

DELETE /v2/user/unfollowUsersno 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.tumblr.com/v2/user/unfollow" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "url={{$BLOG_URL}}" \
# Sources: turn7search7 turn1search3