Skip to main content

admin.apps.clearResolution method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

This App Management API method clears an app resolution set for an app on a specific workspace or enterprise, undoing the effect of admin.apps.approve or admin.apps.restrict.

This method requires an admin.* scope. It's obtained through the normal OAuth process, but there are a few additional requirements. The scope must be requested by an Enterprise Grid admin or owner, and the OAuth install must take place on the entire Grid org, not an individual workspace. See the admin.apps:write method for more detailed instructions.

Exactly one of the team_id or enterprise_id arguments is required, not both. Providing an enterprise_id clears the resolution at the enterprise level, not on each of the enterprise's workspaces. The team_id clears the resolution on a single workspace.

Response