Type Alias DeleteOneOptions

DeleteOneOptions: { id: string; namespace?: string }

Options for deleting a single record from the index.

Type declaration

  • id: string

    The id of the record to delete from the index.

  • Optionalnamespace?: string

    The namespace to delete from. If not specified, uses the namespace configured on the Index.