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"] }
Retrieve your API Key from Dashboard API Keys Section.
The unique ID of the knowledge base.
The unique IDs of the questions to delete.
accepted