Skip to main content
DELETE
/
v1
/
spans
/
{span_identifier}
Delete a span by span_identifier
curl --request DELETE \
  --url https://api.example.com/v1/spans/{span_identifier}
"<string>"

Path Parameters

span_identifier
string
required

The span identifier: either a relay GlobalID or OpenTelemetry span_id

Response

Successful Response