In the section "Delete File" of the "OCR WITH AN UPLOADED FILE", the typescript example is wrong: https://github.com/mistralai/platform-docs-public/blob/9d41b7df69f05ad8cfb4aacffca419c796e3b040/src/app/(docs)/capabilities/document_ai/basic_ocr/ocr_with_pdf_uploaded_tab/_page.mdx?plain=1#L377 It should read: ```ts await client.files.delete({ fileId: file.id }); ```
In the section "Delete File" of the "OCR WITH AN UPLOADED FILE", the typescript example is wrong:
platform-docs-public/src/app/(docs)/capabilities/document_ai/basic_ocr/ocr_with_pdf_uploaded_tab/_page.mdx
Line 377 in 9d41b7d
It should read: