Sign in

Remove a member

documented

Remove a member from the community.

DELETE /v2/communities/{community-handle}/members/{blog-identifier}Communitiesno 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/communities/{{$community_handle}}/members/{{$blog_identifier}}\" \
  -X DELETE \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -H \"X-Tumblr-API-KEY: {{TUMBLR_API_KEY}}\"
Remove a member · tumblr · OpenIntegrations