cURL
curl --request POST \ --url https://localhost:8000/v1/mcp/delete_session_data \ --header 'Content-Type: application/json' \ --data '{ "session": { "group_id": "<string>", "agent_id": [ "<string>" ], "user_id": [ "<string>" ], "session_id": "<string>" } }'
{ "status": 123, "error_msg": "<string>" }
Deletes all data associated with the provided session data. This endpoint is for internal use by LLMs via FastMCP.
Show child attributes
Status 0 if deletion was successful.