Skip to main content
DELETE
Delete run gold label
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

Gold label deleted successfully