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

Path Parameters

manualAnswerId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

Manual answer deleted successfully

success
boolean
error
string | null