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

# Clear a specific-transcript price override for a client (admin)

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

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

## Path parameters

- `transcript_id` string, required
- `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

## Changes

- **2026-08-07** `bd33ea42994c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/changes/v2/transcripts/internal/:transcript_id/pricing/clients/:client_id/delete.md)

---

[API](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/revisions/726b1a8471b4/schema)
