post
https://api.vcita.biz/platform/v1/apps//unassign
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.
