Skip to main content

Delete a policy configuration

DELETE 

/nevisidm/api/core/v1/:clientExtId/policies/:extId

Since: 2.79.0

Required permission(s): AccessControl.PolicyDelete

Deletes the policy configuration with the given external ID, belonging to the specified client.

The policy cannot be deleted if it is still referenced by existing credentials.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the policy configuration.

    Example: policy-123

Responses

Policy configuration deleted successfully

Loading...