Skip to main content

Delete an authorization

DELETE 

/nevisidm/api/core/v1/:clientExtId/profiles/:profileExtId/authorizations/:extId

Since: 2.71.0

Required permission(s): AccessControl.AuthorizationDelete

Deletes an authorization by its external ID, removing the role assignment from the profile.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    profileExtId stringrequired

    External ID of the profile.

    Example: profile-123
    extId stringrequired

    External ID of the authorization.

    Example: auth-123

Responses

Authorization deleted successfully

Loading...