# Unassign users from application Unassign users from an application. Provide the application ID as a path parameter and the user IDs in the request body. Endpoint: DELETE /resources/applications/v1 Security: bearer ## Request fields (application/json): - `appId` (string, required) - `tenantId` (string, required) - `userIds` (array, required) ## Response 200 fields