ChatDOC
  1. Documents
ChatDOC
  • Documents
    • Upload Document
      POST
    • Upload Document
      POST
    • Get Document
      GET
    • Delete Document
      DELETE
    • Download Document
      GET
  • Collections
    • Create Collection
      POST
    • Clone Document To Collection
      POST
  • Questions
    • Get Suggested Questions
      GET
    • Ask Question
      POST
    • Get Question
      GET
    • Ask Question With Multiple Documents
      POST
  • Users
    • Get Quota
      GET
  1. Documents

Delete Document

Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
DELETE
/documents/{upload_id}
Delete a document
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://dev.your-api-server.com/documents/'
Response Response Example
200 - Example 1
null

Request

Path Params
upload_id
string 
Upload Id
required

Responses

🟢200Successful Response
application/json
Body
No schema defined
🟠422Validation Error
Modified at 2024-07-26 06:57:23
Previous
Get Document
Next
Download Document
Built with