Knowledge base

Delete folder

Remove a folder without losing its documents.

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

Deletes a folder.

Path parameters

iduuidPflicht

ID of the folder.

Example

curl -X DELETE https://app.elunos.ai/api/v1/knowledge/folders/019f94f8-0a1b-7c2d-8e3f-4a5b6c7d8e9f \
  -H "Authorization: Bearer np_xxxxxxxx"

Response

On success 204 with no content.

A deleted folder does not take its documents with it. They are kept and sit in the knowledge base without a folder. Agents that only had the folder assigned no longer know them.