cURL
curl --request DELETE \ --url https://api.example.com/v1/run/{run_id}/gold-label/{gold_label_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Delete a specific gold label for a run
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the run
The ID of the gold label
Gold label deleted successfully