SAP AI SDK for JavaScript - v2.9.0
    Preparing search index...

    Type Alias DocumentBulkDeleteResponse

    DocumentBulkDeleteResponse: { deleted: string[]; notFound: string[] } & Record<
        string,
        any,
    >

    Response after deleting documents in bulk.

    Type Declaration

    • deleted: string[]

      List of successfully deleted document IDs

    • notFound: string[]

      List of document IDs that were not found

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.