Knowledge base

Delete document

Remove a document for good.

DELETEhttps://app.elunos.ai/api/v1/knowledge/documents/{id}

Deletes a document. Agents no longer answer from it afterwards. This cannot be undone.

Path parameters

iduuidPflicht

ID of the document.

Example

curl -X DELETE https://app.elunos.ai/api/v1/knowledge/documents/019f94f9-f54b-7303-a1b6-672be034af82 \
  -H "Authorization: Bearer np_xxxxxxxx"

Response

On success 204 with no content.