Skip to main content
Remove a collection and all its data sources.
collection_id
string
required
The collection ID
curl -X DELETE https://api-be.atthene.com/api/v1/collections/coll_123/ \
  -H "x-api-key: YOUR_API_KEY"

Response

Returns 204 No Content on success.
This action permanently deletes the collection and removes it from any knowledge bases that reference it.