Skip to main content
DELETE
/
spans
/
{span_id}
Delete Span
curl --request DELETE \
  --url https://api.opper.ai/v2/spans/{span_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<unknown>",
  "type": "BadRequestError",
  "message": "The request is invalid"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

span_id
string<uuid>
required

The ID of the span to delete

Response

Successful Response