FruxonDocs
ApiKnowledge bases

Hard-deletes a knowledge base and everything it owns.

Deletes the authoring record, documents, backing asset, and RAG asset. Returns 409 when an agent revision still references the backing asset; archive the knowledge base instead in that case.

DELETE
/v1/tenants/{tenant}/knowledgeBases/{knowledgeBase}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

knowledgeBase*string

The knowledge base id.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/knowledgeBases/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}