v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01105276529.8 KB
sessions

Delete a session by identifier

Delete a session by its identifier. The identifier can be either:

  1. A global ID (base64-encoded)
  2. A user-provided session_id string

This will permanently remove the session and all associated traces, spans, and annotations via cascade delete.

delete/v1/sessions/{session_identifier}

Path parameters

session_identifierstring required

The session identifier: either a GlobalID or user-provided session_id string.

The session identifier: either a GlobalID or user-provided session_id string.

Response

Successful Response