cURL
curl --request POST \ --url http://localhost:8080/v1/mcp/delete_data \ --header 'Content-Type: application/json' \ --data '"<any>"'
{ "status": 123, "error_msg": "<string>" }
Deletes all data associated with the currently active session stored in the MCP context. This LLM tool does not require a request body.
The body is of type any.
any
Status 0 if deletion was successful.
Status code (0 for success).
Error message if status is non-zero.