---
title: "Remove questions from FAQ"
method: DELETE
path: "/kb/v1/knowledge-bases/{id}/faq-template/questions"
tags: ["Knowledge Bases"]
---

# Remove questions from FAQ

`DELETE /kb/v1/knowledge-bases/{id}/faq-template/questions`

Remove questions and answers from existing FAQ sheet. 
The question IDs can be a sent in the query parameters.

Example: `DELETE /kb/v1/knowledge-bases/{id}/faq-template/questions?faq_ids=abcd&faq_ids=efgh`

Alternatively, the `faq_ids` can be sent as an array of strings in the `request body`. 

Example: `DELETE /kb/v1/knowledge-bases/{id}/faq-template/questions` with body = `{ "faq_ids": [ "abcd", "efgh"] }`

## Path parameters

- `id` string, required

## Query parameters

- `faq_ids` string[], required

## Response `202`

accepted

---

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