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 '{}'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 '{}'API key for authentication
The body is of type object.
All manual answers deleted
Was this page helpful?