---
title: "Delete Custom Metric"
method: DELETE
path: "/v1/metric/{metric_id}"
tags: ["Custom Metrics"]
---

# Delete Custom Metric

`DELETE /v1/metric/{metric_id}`

Delete a specific custom metric by ID.

## Path parameters

- `metric_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- Metric — Represents a metric entry in the database.
  - `name` string, required
  - `prompt` string, nullable
  - `summary` string, nullable
  - `metric_type` string
  - `eval_method` string
  - `settings` object
  - `source` string
  - `eval_segment` string
  - `scope` string
  - `response_type` 'pass_fail' | 'yes_no' | 'qualitative' | 'quantitative' | 'json' | 'enum' | 'int' | 'float' | 'boolean' | 'tool_call', required — Enum representing the possible response types for custom metrics.
  - `min_value` number, nullable
  - `max_value` number, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `updated_by` string, uuid, nullable
  - `created_by` string, uuid, nullable
  - `id` string, uuid, nullable — Unique identifier for the metric
  - `category` string, nullable
  - `tags` string[]
  - `scoring_guidance` string, nullable
  - `eval_modality` 'AUDIO' | 'TEXT' | 'AUTO' — Enum representing the evaluation route of a call.
  - `model` string, nullable
  - `audio_model` string, nullable
  - `temperature` number, nullable
  - `enum_options` string[], nullable
  - `json_schema` object, nullable
  - `organization_id` string, uuid, nullable
  - `allow_not_applicable` boolean
  - `template_id` string, uuid, nullable

## 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/revisions/a05ff89a0c58/schema)
