Skip to main content

Delete a client

DELETE 

/nevisidm/api/core/v1/clients/:extId

Since: 8.2605.0, 9.2605.0

Required permission(s): AccessControl.ClientDelete

Deletes the client with the given external ID. This operation permanently removes the client and all its associated resources (users, units, enterprise roles, policies, credentials, etc.).

This operation is only available when multi-client mode is enabled.

Request

Path Parameters

    extId stringrequired

    External ID of the client to delete.

    Example: client-123

Responses

Client deleted successfully

Loading...