Skip to main content

admin.apps.requests.cancel 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 cancels an app install request that was created within a workspace or Enterprise Grid. This method requires an admin.apps:write 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.

  • 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.

  • request_id is a required argument can be obtained either directly via the app_requested event, or by the admin.apps.requests.list method.

  • enterprise_id is required for cancelling requests which are created on Enterprise Grid.

  • team_id is required for cancelling requests for other teams on the Enterprise Grid.

Response