• Type Parameters

    Parameters

    • collectionId: string

      The ID of the collection to remove the items from.

    • itemsIds: CItemID[]

      IDs of the items to remove.

    • Optionaloptions: WeivDataOptionsOwner

      An object containing options to use when processing this operation.

    Returns Promise<BulkRemoveResult<CItemID>>

    Fulfilled - The results of the bulk remove. Rejected - The error that caused the rejection.

    Removes a number of items from a collection.