Skip to main content
DELETE
Delete Sessions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request to delete sessions by ID

application_id
string<uuid>
required

UUID of the application

session_ids
string[]
required

List of session IDs to delete

Required array length: 1 - 1000 elements

Session ID grouping related traces

Minimum string length: 1

Response

Sessions deleted successfully