Skip to main content

Detach a child unit from its parent

DELETE 

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

Since: 2.79.0

Required permission(s): AccessControl.UnitModify,AccessControl.UnitCreateTopUnit

Removes the child unit from the specified parent unit, making it a root unit.

Request

Path Parameters

    clientExtId stringrequired

    External ID of the client.

    Example: client-123
    extId stringrequired

    External ID of the parent unit.

    Example: unit-123
    childExtId stringrequired

    External ID of the child unit to detach.

    Example: child-123

Responses

Child unit detached successfully

Loading...