Unassign an app on directory or a business [Internal]

Overview

Unassign an application from a business or directory.

⚠️ DEPRECATED: Use DELETE /v3/apps/app_assignments/{uid} instead.

Authentication

Available for Internal Tokens and Directory Tokens.

Directory Token Requirements

  • The app must be owned by/created by your directory
  • The app must have an existing assignment to the specified business or directory

Path Parameter

The {id} in the path must be the app_code_name (string identifier), not the numeric app_id. Using a numeric app_id will result in a 422 error: 'Not valid uid or app'.

Request Body

Provide either directory_uid OR business_uid (not both) to specify what to unassign from.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!