curl --request POST \
--url http://localhost:3333/v1/knowledge-base/manual-answers/delete-all \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"error": "<string>"
}curl --request POST \
--url http://localhost:3333/v1/knowledge-base/manual-answers/delete-all \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"error": "<string>"
}Was this page helpful?