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
authRevoke
GET/auth.revoke
Revokes a token.

required

Authentication token. Requires scope: `none`

Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.authRevoke()