Skip to main content
DELETE
/
api
/
traces
Delete trace roots
curl --request DELETE \
  --url https://archal.ai/api/traces \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.archal.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.

Query Parameters

rootTraceId
string
before
string<date-time>
all
boolean

Response

Request accepted.

ok
boolean
required