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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

App code name

Body Params
string

The business uid to associate the app to.

string

The directory uid to associate the app to.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json