cURL
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" }
Delete a span by its id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the span to delete
Successful Response