---
title: "Delete an article"
method: DELETE
path: "/knowledge-bases/{id}/articles/{article_id}"
tags: ["articles"]
---

# Delete an article

`DELETE /knowledge-bases/{id}/articles/{article_id}`

Permanently deletes an article from the knowledge base.

**Rate limit:** 20 requests per minute

## Path parameters

- `id` string, required
- `article_id` string, required

## Response `200`

- DeleteArticleResponseBody
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/7b6ea6af992a/schema)
