• Type Parameters

    Parameters

    • collectionId: string

      The ID of the collection to remove the item from.

    • itemId: ItemID

      The ID of the item to remove.

    • Optionaloptions: WeivDataOptionsOwner

      An object containing options to use when processing this operation.

    Returns Promise<CItem | null>

    Fulfilled - The removed item, or null if the item was not found. Rejected - The error that caused the rejection.

    Removes an item from a collection.