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

Changes

No recorded changes to this endpoint across all 70 revisions of this API.