Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods auth.revoke.json
Raw

priv/docs/methods/auth.revoke.json

{
"args": {
"test": {
"desc": "Setting this parameter to `1` triggers a _testing mode_ where the specified token will not actually be revoked.",
"example": "true",
"required": false,
"type": "boolean"
}
},
"desc": "Revokes a token.",
"errors": { "not_bearer_token": "Incompatible token type provided" },
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}