Current section
Files
Jump to
Current section
Files
priv/docs/methods/apps.auth.external.delete.json
{
"args": {
"app_id": {
"desc": "The id of the app whose tokens you want to delete",
"example": "A12345",
"required": false,
"type": "string"
},
"external_token_id": {
"desc": "The id of the token that you want to delete",
"required": false,
"type": "string"
},
"provider_key": {
"desc": "The provider key of the provider whose tokens you want to delete",
"required": false,
"type": "string"
}
},
"desc": "Delete external auth tokens only on the Slack side",
"errors": {
"app_not_found": "The provided `app_id` was not found",
"invalid_args": "The arguments provided to this API are invalid",
"method_not_supported": "This API method is not supported",
"no_tokens_found": "No tokens found to delete",
"providers_not_found": "The provided `provider_key` is invalid",
"token_not_found": "The token pointed to by the external\\_token\\_id input is not found",
"unable_to_delete": "There was an error deleting tokens"
},
"rate_limit": {
"label": "Tier 4: 100+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}