• Parameters

    • collectionId: string

      The ID of the collection to remove the item from.

    • itemId: ItemID

      ItemID to filter the _id field when performing the operation.

    • Optionaloptions: WeivDataOptionsOwner

      An object containing options to use when processing this operation.

    Returns Promise<Item | undefined>

    Fulfilled - Removed item. Rejected - The error caused the rejection.

    You can use getAndRemove to find an item by it's _id and remove it.