@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias unitRemoveParentChildResponse204

    Remove a parent-child relationship between units by unlinking them

    type unitRemoveParentChildResponse204 = {
        data: void;
        status: 204;
    }
    Index

    Properties

    Properties

    data: void
    status: 204