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 org admin or owner, and the OAuth install must take place on the entire Enterprise 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.