v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBKnowledge Base Articles
Delete an article
Deletes an article and all its content and translations.
Required scope: knowledge_bases:delete
delete/knowledge_base_articles/{article_id}
Path parameters
article_idstring required
The ID of the article to delete
Response
A knowledge base article
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/knowledge_base_articles/kba_12",
"related": {
"knowledge_base": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12",
"category": "https://yourCompany.api.frontapp.com/knowledge_base_category/kbc_12",
"content": "https://yourCompany.api.frontapp.com/knowledge_base_articles/kba_12/content"
}
},
"id": "kba_12",
"slug": "/articles/5",
"created_at": 1622672452.363,
"updated_at": 1654309308.278
}