QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface RemoveSubgroupsFromGroupResponse

    interface RemoveSubgroupsFromGroupResponse {
        failure: string[];
        success: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    failure: string[]

    A list of child groups that couldn’t be removed from the group. This includes a list of IDs that represent invalid groups.

    success: string[]

    A list of child groups that have been removed from the group successfully.