Delete an application
DELETE/nevisidm/api/core/v1/applications/:extId
Since: 2.74.0
Required permission(s): AccessControl.ApplicationDelete
Deletes the application with the given external ID.
This operation permanently removes the application and all its roles. The application is unassigned from every client it belonged to, and all user profile assignments referencing its roles are revoked.
Request
Responses
- 204
- 403
- 404
Application deleted successfully
Insufficient permissions
Referenced resource not found