• Preparing search index...
  • The search index is not available
WeivData API Reference | ExWeiv Apps
  • WeivData API Reference | ExWeiv Apps
  • bulkRemove

Function bulkRemove

  • bulkRemove<CItemID = ItemID>(
        collectionId: string,
        itemsIds: CItemID[],
        options?: WeivDataOptionsOwner,
    ): Promise<BulkRemoveResult<CItemID>>
  • Type Parameters

    • CItemID = ItemID

    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.

    Description

    Removes a number of items from a collection.

    • Defined in weivdata.d.ts:1070

Settings

Member Visibility
WeivData API Reference | ExWeiv Apps
  • Loading...

Generated using TypeDoc