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>"
}

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

200 - application/json

All manual answers deleted successfully

success
boolean
error
string | null