Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods admin.apps.requests.cancel.json
Raw

priv/docs/methods/admin.apps.requests.cancel.json

{
"args": {
"enterprise_id": {
"desc": "The ID of the enterprise where this request belongs",
"example": "E12345",
"required": false
},
"request_id": {
"desc": "The id of the request to cancel.",
"example": "Ar12345",
"required": true,
"type": "string"
},
"team_id": {
"desc": "The ID of the workspace where this request belongs",
"example": "T12345",
"required": false
}
},
"desc": "Cancel app request for team",
"errors": {
"app_management_app_not_installed_on_org": "The app management app must be installed on the org.",
"feature_not_enabled": "Returned when the Admin APIs feature is not enabled for this team",
"invalid_request_id": "The `request_id` passed is invalid.",
"not_an_admin": "This method is only accessible by org owners and admins",
"request_already_resolved": "The app request has already been resolved",
"restricted_action": "User is not authorized to perform this action",
"team_not_found": "Returned when team id is not found.",
"too_many_teams_provided": "Please provide only `team_id` OR `enterprise_id`"
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"user": [
{
"name": "admin.apps:write",
"url": "https://docs.slack.dev/reference/scopes/admin.apps.write"
}
]
}
}