Skip to main content
POST
/
sessions
/
close
Close a session
curl --request POST \
  --url https://api.svantic.com/sessions/close \
  --header 'Content-Type: application/json' \
  --data '
{
  "session_id": "string"
}
'
{
  "ok": true,
  "session_id": "string",
  "status": "completed"
}

Documentation Index

Fetch the complete documentation index at: https://docs.svantic.com/llms.txt

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

Body

application/json

Gateway POST /sessions/close — JWT-authenticated.

session_id
string
required

The session to close.

Response

Session closed.

Gateway success body for session close.

ok
boolean
required
session_id
string
required
status
enum<string>
required
Available options:
completed