Skip to main content
POST
/
traces
/
bulk-delete
Bulk delete traces
curl --request POST \
  --url https://api.example.com/traces/bulk-delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "trace_ids": [
    "<string>"
  ],
  "traceIds": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.uselemma.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
project_id
string
required
trace_ids
string[]
required
traceIds
string[]

Response

204

Traces deleted