curl --request DELETE \
--url https://api.getfernand.com/knowledge/articles/{id} \
--header 'X-API-Key: <api-key>'{}curl --request DELETE \
--url https://api.getfernand.com/knowledge/articles/{id} \
--header 'X-API-Key: <api-key>'{}Delete an article from the Knowledge Base. The article is removed from all collections it belongs to, and collection sort orders are automatically adjusted. The article is removed from the knowledge base structure and search indexes. If the article had a URL that changes due to deletion, internal references are updated to prevent broken links.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 article to delete.
Article deleted successfully.
The response is of type object.
Was this page helpful?