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>'

Documentation Index

Fetch the complete documentation index at: https://docs.interactly.ai/llms.txt

Use this file to discover all available pages before exploring further.

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