Skip to main content

Delete an enterprise authorization

DELETE 

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

Since: 2.75.2, 2.76.0

Required permission(s): AccessControl.ProfileModify

Deletes the enterprise authorization with the given external ID from the specified 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 enterprise authorization to delete.

    Example: eauth-123

Responses

Enterprise authorization deleted successfully

Loading...