Skip to main content
DELETE
/
api
/
v1
/
local
/
session
/
{namespace}
/
{sessionId}
Close an active session
curl --request DELETE \
  --url https://api.coralcloud.ai/api/v1/local/session/{namespace}/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespace
string
required

The namespace of the session to close

sessionId
string
required

The sessionId of the session to close

Response

Success