---
title: "Clear a client-wide transcript price override (admin)"
method: DELETE
path: "/v2/transcripts/internal/pricing/clients/{client_id}"
tags: ["Transcripts Internal"]
---

# Clear a client-wide transcript price override (admin)

`DELETE /v2/transcripts/internal/pricing/clients/{client_id}`

Falls back to the global default. A no-op (returns null) if there was nothing to clear.

## Path parameters

- `client_id` string, required

## Request body

- ClientPriceOverrideClear
  - `actor` string, required
  - `rationale` string, required

## Response `200`

Successful Response

- ClientPriceOverrideRead — A single override row. ``transcript_id`` is None for a client-wide override.
  - `id` string, uuid, required
  - `transcript_id` string, uuid, nullable
  - `client_id` string, uuid, required
  - `custom_price` number, nullable
  - `updated_at` string, date-time, required

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/versions/bd33ea42994c/schema)
