Closes an active session, cancelling all running agents
cURL
curl --request DELETE \ --url https://api.coralcloud.ai/api/v1/local/session/{namespace}/{sessionId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The namespace of the session to close
The sessionId of the session to close
Success