Skip to main content

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

Path Parameters

    extId stringrequired

    External ID of the application to delete.

    Example: app-123

Responses

Application deleted successfully

Loading...