Unfollow a blog
documentedUnfollow a blog on behalf of the authenticated user.
DELETE /v2/user/unfollowUsersno 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.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