For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete PDF

You can delete your PDF and your chats using docId. To get docId upload the PDF first.

Delete PDF

Delete a PDF

POST https://pdf.ai/api/v1/delete

Delete uploaded PDF with chats using docId

Headers

Name
Type
Description

X-API-Key*

string

<API-key>

Request Body

Name
Type
Description

docId*

string

Document ID obtained after uploading PDF

{
    "message": "Successfully deleted!"
}

Last updated

Was this helpful?