---
title: "Revert Custom Metric Override"
method: DELETE
path: "/v1/evaluation/{evaluation_id}/metric/{custom_metric_id}/override"
tags: ["Human Edits"]
---

# Revert Custom Metric Override

`DELETE /v1/evaluation/{evaluation_id}/metric/{custom_metric_id}/override`

Revert a custom metric override by restoring its human_* columns to sentinels.

## Path parameters

- `evaluation_id` string, required
- `custom_metric_id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- HumanEditResponse
  - `status` string — Status of the response
  - `message` string, nullable — Optional message providing additional information

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/versions/f48cef80963f/schema)
