cURL
curl --request POST \ --url https://localhost:8000/v1/mcp/delete_data \ --header 'Content-Type: application/json' \ --data '"<any>"'
{ "status": 123, "error_msg": "<string>" }
Deletes all data associated with the session stored in the MCP context. This endpoint is for internal use by LLMs via FastMCP.
The body is of type any.
any
Status 0 if deletion was successful.