Unassign an application from a client
DELETE/nevisidm/api/core/v1/clients/:extId/applications/:appExtId
Since: 2.74.0
Required permission(s): AccessControl.ClientApplDelete
Removes the assignment of the application with the given external ID from the client with the given external ID. This revokes access to the application and its roles for all users of the client.
Request
Responses
- 204
- 403
- 404
Application unassigned from client successfully
Insufficient permissions
Referenced resource not found