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' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

API key for authentication

Body

application/json

The body is of type object.

Response

200

All manual answers deleted