Sign in

Unmute a community

documented

Unmute a community.

DELETE /v2/communities/{community-handle}/muteCommunitiesno 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}}/mute" \
  -X DELETE \
  -H "User-Agent: keychains-tumblr-client/1.0" \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"