@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias SpacesRemoveAcsEntrancesParameters

    type SpacesRemoveAcsEntrancesParameters = {
        acs_entrance_ids: string[];
        space_id: string;
    }
    Index
    acs_entrance_ids: string[]

    IDs of the entrances that you want to remove from the space.

    space_id: string

    ID of the space from which you want to remove entrances.