---
title: "Delete an article"
method: DELETE
path: "/knowledge_base_articles/{article_id}"
tags: ["Knowledge Base Articles"]
---

# Delete an article

`DELETE /knowledge_base_articles/{article_id}`

Deletes an article and all its content and translations.

Required scope: `knowledge_bases:delete`

## Path parameters

- `article_id` string, required

## Response `200`

A knowledge base article

- KnowledgeBaseArticleSlimResponse
  - `_links` object, required
    - `self` string — Link to resource
    - `related` object
      - `knowledge_base` string — Link to the article's knowledge base
      - `category` string, nullable — Link to the article's category
      - `content` string — Link to the article's content
  - `id` string, required — Unique identifier of the knowledge base article
  - `slug` string, required — URL slug of the article. Construct the full URL using the template of protocol/knowledge base domain/locale/slug, such as https://yourDomain.com/en/articles/5
  - `locales` string[], required — List of the locales the article supports
  - `created_at` number — Timestamp when the article was created
  - `updated_at` number — Timestamp when the article was updated

---

[API](https://skmtc.dev/frontapp/apis/core-api.md) · [All operations](https://skmtc.dev/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
