• Type Parameters

    Parameters

    • collectionId: string

      The ID of the collection that contains the referring item.

    • propertyName: Extract<keyof CItem, string>

      The property to remove the reference from.

    • referringItem: Item | ItemID

      The referring item or referring item's ID.

    • referencedItem:
          | Item
          | ItemID
          | Item[]
          | ItemID[]

      The referenced item, referenced item's ID, an array of referenced items, or an array of referenced item IDs.

    • Optionaloptions: WeivDataOptions

      An object containing options to use when processing this operation.

    Returns Promise<void>

    Fulfilled - When the references have been removed. Rejected - The error that caused the rejection.

    Removes a reference from the specified property.