Skip to main content
POST
/
v1
/
knowledge-base
/
manual-answers
/
delete-all
Delete all manual answers for an organization
curl --request POST \
  --url http://localhost:3333/v1/knowledge-base/manual-answers/delete-all \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "error": "<string>"
}

Body

application/json

The body is of type object.

Response

200 - application/json

All manual answers deleted successfully

success
boolean
error
string | null