---
title: "Delete Custom Benchmark"
method: DELETE
path: "/digital-banking/v1/custom-benchmarks/{custom_benchmark_id}"
tags: ["Custom Benchmarks"]
---

# Delete Custom Benchmark

`DELETE /digital-banking/v1/custom-benchmarks/{custom_benchmark_id}`

Delete a custom benchmark. This operation will fail if the benchmark is currently referenced by any account or pricing group rate tiers. Remove all tier references before deleting.

## Path parameters

- `custom_benchmark_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `401` — Unauthenticated - Invalid or missing authentication credentials
- `403` — Unauthorized - Insufficient permissions to access resource
- `422` — Validation Error
- `500` — Internal Server Error

---

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