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 options
v3id stringrequired
faq ID as string
FAQ deleted successfully
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Success status of the delete operation
{
"success": true
}