Current section
Files
Jump to
Current section
Files
priv/docs/methods/admin.apps.clearResolution.json
{
"args": {
"app_id": {
"desc": "The id of the app whose resolution you want to clear/undo.",
"example": "A12345",
"required": true,
"type": "string"
},
"enterprise_id": {
"desc": "The enterprise to clear the app resolution from. Exactly one of the `team_id` or `enterprise_id` arguments is required, not both.",
"example": "E12345",
"required": false
},
"team_id": {
"desc": "The workspace to clear the app resolution from. Exactly one of the `team_id` or `enterprise_id` arguments is required, not both.",
"example": "T12345",
"required": false
}
},
"desc": "Clear an app resolution",
"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_app_id": "The `app_id` passed is invalid.",
"no_resolution_found": "No existing resolutions were found for the given `team` and `app_id`.",
"not_an_admin": "This method is only accessible by org owners and admins",
"restricted_action": "This actor does not have access to the permissions on this resource.",
"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"
}
]
}
}