WeivData API Reference | ExWeiv Apps
    Preparing search index...

    Function remove

    • 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<null | CItem>

      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.