POST
/
mcp
/
delete_data
Tool: Delete All Data (Contextual)
curl --request POST \
  --url http://localhost:8080/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
required

Status code (0 for success).

error_msg
string
required

Error message if status is non-zero.