Skip to main content
Version: v3

Delete an existing knowledge base FAQ

DELETE 

/knowledge-bases/faqs/:id

Permanently deletes one FAQ from a knowledge base. WHEN TO USE: use this when a canned answer is outdated; use update to revise it instead; use list to find the FAQ id. RETURNS: whether the delete succeeded.

Request

Version stringrequired

API Version

Available optionsv3
id stringrequired

faq ID as string

application/json

FAQ deleted successfully

Schema
    successbooleanrequired

    Success status of the delete operation