DELETE
/
v1
/
run
/
{run_id}
/
gold-label
/
{gold_label_id}
This response does not have an example.
Delete a gold label from a run. This operation cannot be undone.

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string<uuid>
required

The ID of the run

gold_label_id
string<uuid>
required

The ID of the gold label

Response

204

Gold label deleted successfully