Remove questions from FAQ
Knowledge Bases
Remove questions from FAQ
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"] }
DELETE
Remove questions from FAQ
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
Retrieve your API Key from Dashboard API Keys Section.
Path Parameters
The unique ID of the knowledge base.
Query Parameters
The unique IDs of the questions to delete.
Response
202
accepted