---
title: "Clear Client Wide Price"
method: DELETE
path: "/api/v1/admin/transcripts/pricing/clients/{client_id}"
tags: ["Admin APIs", "transcripts"]
---

# Clear Client Wide Price

`DELETE /api/v1/admin/transcripts/pricing/clients/{client_id}`

Clear the client-wide override, falling back to the global default.

A no-op (returns null) if there was nothing to clear.

## Path parameters

- `client_id` string, uuid, required

## Request body

- TranscriptPriceOverrideClear
  - `rationale` string, required

## Response `200`

Successful Response

- TranscriptPriceOverrideRead — 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

- `422` — Validation Error

---

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