---
title: "Delete FAQ"
method: DELETE
path: "/knowledge-base/faq/{context_id}"
tags: ["knowledge-base"]
---

# Delete FAQ

`DELETE /knowledge-base/faq/{context_id}`

Delete a single FAQ entry by context_id

## Path parameters

- `context_id` string, required — The context ID of the FAQ to delete

## Response `200`

200 OK

- object
  - `context_id` string

## Other responses

- `404` — FAQ not found

---

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