AurionAI Docs

Delete Kb Collection V2

DELETE
/api/v2/kb/collections/{collection_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

collection_id*Collection Id

Response Body

application/json

curl -X DELETE "https://loading/api/v2/kb/collections/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}