Type Alias: DeleteDocumentData
type DeleteDocumentData = object;
Defined in: gen/types.gen.ts:10106
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:10107
path
path: object;
Defined in: gen/types.gen.ts:10108
documentId
documentId: DocumentId;
The ID of the document to delete.
query?
optional query: object;
Defined in: gen/types.gen.ts:10114
storeId?
optional storeId: string;
The ID of the document store to delete the document from.
url
url: "/documents/{documentId}";
Defined in: gen/types.gen.ts:10120