Skip to main content
DELETE
/
knowledge
/
articles
/
{id}
Delete an article
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.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer
required

ID of the article to delete.

Response

Article deleted successfully.

The response is of type object.