provider auth GET
/auth.revoke @utdk/slack
/auth.revoke auth_revoke
Revokes a token.
- token query required
- Authentication token. Requires scope: `none`
- string
- test query
- Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.
- boolean
Try it
Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import slack from '@utdk/slack';
await slack.authRevoke()