curl --request DELETE \
--url https://api.getfernand.com/knowledge/collections/{id} \
--header 'X-API-Key: <api-key>'{}curl --request DELETE \
--url https://api.getfernand.com/knowledge/collections/{id} \
--header 'X-API-Key: <api-key>'{}Permanently deletes a collection from the knowledge base. The collection must be empty - it cannot contain any articles or sub-collections. This prevents accidental deletion of content. If the collection has articles or nested collections, you must first move or delete them before deleting the parent collection. After deletion, the sort order of remaining sibling collections is automatically adjusted.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
ID of the collection to delete.
Collection deleted successfully.
The response is of type object.
Was this page helpful?