Type Alias: DeleteDocumentData
type DeleteDocumentData = object;
Properties
body?
optional body?: never;
path
path: object;
documentId
documentId: DocumentId;
The ID of the document to delete.
query?
optional query?: object;
storeId?
optional storeId?: string;
The ID of the document store to delete the document from.
url
url: "/documents/{documentId}";