Skip to main content
DELETE
/
v0
/
chat
/
sessions
/
{session_id}
Delete Session
curl --request DELETE \
  --url https://api.sumvin.com/v0/chat/sessions/{session_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "No wallet found with ID 12345 for this user.",
  "error_code": "WAL-404-001",
  "instance": "/v0/wallets/12345",
  "status": 404,
  "title": "Wallet Not Found",
  "trace_id": "abc123-def456-ghi789",
  "type": "https://api.sumvin.com/errors/wal-404-001"
}

Authorizations

Authorization
string
header
required

JWT token from Authorization header (Bearer token)

Headers

x-juno-orgid
string | null

Tenant org ID for multi-tenant auth

x-juno-jwt
string | null

JWT token from x-juno-jwt header

Path Parameters

session_id
string
required

Response

Session deleted successfully