v51

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

Bulk delete sessions

Delete multiple sessions by their identifiers (GlobalIDs or session_id strings). All identifiers in a single request must be the same type. Non-existent IDs are silently skipped. All associated traces, spans, and annotations are cascade deleted.

post/v1/sessions/delete

Request body

session_identifiersstring[] required

List of session identifiers to delete. All identifiers must be the same type: either all GlobalIDs or all user-provided session_id strings.

Response

Successful Response