@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DeleteDocumentData

    type DeleteDocumentData = {
        body?: never;
        path: { documentId: DocumentId };
        query?: { storeId?: string };
        url: "/documents/{documentId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { documentId: DocumentId }

    Type Declaration

    • documentId: DocumentId

      The ID of the document to delete.

    query?: { storeId?: string }

    Type Declaration

    • OptionalstoreId?: string

      The ID of the document store to delete the document from.

    url: "/documents/{documentId}"