Skip to main content
POST
/
v2
/
feedback
/
evaluation
/
remove
cURL
curl --request POST \
  --url https://api.orq.ai/v2/feedback/evaluation/remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "trace_id": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
id
string<ulid>
required
trace_id
string
required

Response

200

Event has been dispatched to delete the evaluation