Skip to main content
DELETE
/
api
/
v1
/
documents
/
{id}
Delete a document
curl --request DELETE \
  --url http://localhost:8787/api/v1/documents/{id}
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.intelliq.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
number
required

Response

200 - application/json

Document deleted successfully

success
boolean
required
message
string
required