Delete a session by identifier
Sessions
Delete a session by identifier
Delete a session by its identifier. The identifier can be either:
- A global ID (base64-encoded)
- A user-provided session_id string
This will permanently remove the session and all associated traces, spans, and annotations via cascade delete.
DELETE
Delete a session by identifier
Path Parameters
The session identifier: either a GlobalID or user-provided session_id string.
Response
Successful Response

