Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods apps.uninstall.json
Raw

priv/docs/methods/apps.uninstall.json

{
"args": {
"client_id": {
"desc": "Issued when you created your application.",
"example": "56579136444.26251006572",
"required": true,
"type": "string"
},
"client_secret": {
"desc": "Issued when you created your application.",
"example": "f25b5ceaf8a3c2a2c4f52bb4f0b0499e",
"required": true,
"type": "string"
}
},
"desc": "Uninstalls your app from a workspace.",
"errors": {
"bad_client_secret": "Value passed for `client_secret` was invalid.",
"client_id_token_mismatch": "The provided client ID and token do not belong to the same app.",
"invalid_client_id": "Value passed for `client_id` was invalid."
},
"rate_limit": {
"label": "Tier 1: 1+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}