v2
latestOpenAPI 3.1.02026-07-313981108.2 KBKnowledge 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/kb/v1/knowledge-bases/{id}/faq-template/questions
Path parameters
idstring required
The unique ID of the knowledge base.
Query parameters
faq_idsstring[] required
The unique IDs of the questions to delete.
Response
accepted