cURL
curl --request POST \ --url https://api.quintus.tec.br/v1/agents/sessions/{session_id}/terminate \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{}'
{ "id": "<string>", "status": "<string>", "closed_at": "2023-11-07T05:31:56Z", "reason": "<string>" }
Explicitly close a session. Idempotent.
Documentation IndexFetch the complete documentation index at: https://quintus.tec.br/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://quintus.tec.br/docs/llms.txt
Use this file to discover all available pages before exploring further.
500
Successful Response
"closed"