Revoke token
documentedRevoke an access token.
POST /oauth2/token/revokeOAuth2no 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://discord.com/api/v10/oauth2/token/revoke" \
-X POST \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "token={{OAUTH2_ACCESS_TOKEN}}&client_id={{DISCORD_CLIENT_ID}}&client_secret={{DISCORD_CLIENT_SECRET}}"