Skip to main content
DELETE
/
sessions
/
{session_id}
Delete Session
curl --request DELETE \
  --url https://api.pandaprobe.com/sessions/{session_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string
required

Response

Successful Response

Response for session deletion (count of traces removed).

deleted
integer
required