---
title: "Deletes a voice consent recording."
method: DELETE
path: "/audio/voice_consents/{consent_id}"
tags: ["Audio"]
---

# Deletes a voice consent recording.

`DELETE /audio/voice_consents/{consent_id}`

Delete a consent recording that was uploaded for creating custom voices.

See the [custom voices guide](/docs/guides/text-to-speech#custom-voices). Custom voices are limited to eligible customers.

## Path parameters

- `consent_id` string, required

## Response `200`

OK

- VoiceConsentDeletedResource
  - `id` string, required — The consent recording identifier.
  - `object` 'audio.voice_consent', required
  - `deleted` boolean, required

## Changes

- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added
- **2024-08-23** `5856f8b0c850` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openai/apis/openapi/changes/audio/voice_consents/:consent_id/delete.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/bb9b3b410112?raw)
