Skip to main content
DELETE
/
v2
/
traces
/
{trace_id}
/
spans
/
{span_id}
/
annotation
cURL
curl --request DELETE \
  --url https://api.orq.ai/v2/traces/{trace_id}/spans/{span_id}/annotation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keys": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

trace_id
string
required

Unique identifier of the trace

span_id
string
required

Unique identifier of the span

Body

application/json
keys
string[]
required

Unique keys of the reviews to remove

Required array length: 1 - 10 elements

Response

200

Annotation removed