---
title: "Delete a FAQ"
method: DELETE
path: "/faq/{faqId}"
tags: ["faq"]
---

# Delete a FAQ

`DELETE /faq/{faqId}`

Deletes a FAQ by its ID.

## Path parameters

- `faqId` string, uuid, required

## Response `200`

FAQ deleted successfully

- SuccessResponseSchema
  - `status` string
  - `status_code` integer — The HTTP status code. Usually 200 , 201, 204 etc
  - `message` string — A basic message describing a request was processed successfully. example: "Successfully"

## Other responses

- `401` — Authentication error
- `404` — FAQ not found
- `500` — Server error

---

[API](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger.md) · [All operations](https://skmtc.net/hngprojects/apis/kimiko-golang-swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hngprojects/kimiko-golang-swagger/revisions/2d1d3ed96bb9/schema)
