Skip to main content

Delete a unit

DELETE 

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

Since: 2.73.0

Required permission(s): AccessControl.UnitDelete

Deletes the unit with the given external ID from the specified client.

The unit must not have any child units or assigned user profiles.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the unit to delete.

    Example: unit-123

Responses

Unit deleted successfully

Loading...