POST
/
mcp
/
delete_data
Delete All Data
curl --request POST \
  --url https://localhost:8000/v1/mcp/delete_data \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "status": 123,
  "error_msg": "<string>"
}

Body

application/json · any

The body is of type any.

Response

200 - application/json

Status 0 if deletion was successful.

status
integer
error_msg
string