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

Documentation Index

Fetch the complete documentation index at: https://docs.coralos.ai/llms.txt

Use this file to discover all available pages before exploring further.

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