---
title: "Delete voice consent"
method: DELETE
path: "/audio/voice_consents/{consent_id}"
tags: ["Audio"]
---

# Delete voice consent

`DELETE /audio/voice_consents/{consent_id}`

Deletes a voice consent recording.

## 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

## Other responses

- `400` — Invalid consent recording ID.
- `404` — The endpoint is unavailable or the consent recording was not found.

## Changes

- **2026-09-25** `d86203de41ae` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added

[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/4b75527da17b?raw)
