Skip to main content

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

Path Parameters

    extId stringrequired

    External ID of the client.

    Example: client-123
    appExtId stringrequired

    External ID of the application to unassign.

    Example: app-123

Responses

Application unassigned from client successfully

Loading...