Skip to main content
DELETE
/
kb
/
v1
/
knowledge-bases
/
{id}
/
faq-template
/
questions
Remove questions from FAQ
curl --request DELETE \
  --url https://api-prod.interactly.ai/kb/v1/knowledge-bases/{id}/faq-template/questions \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

id
string
required

The unique ID of the knowledge base.

Query Parameters

faq_ids
string[]
required

The unique IDs of the questions to delete.

Response

202

accepted