Swagger Petstore - OpenAPI 3.0
DELETE/audio/voice_consents/{consent_id}

Delete a voice consent recording

Deletes a voice consent recording from your account. This removes the consent recording permanently and prevents it from being used to create new custom voices. Existing custom voices created with this consent are not affected.

1 parameter
consent_idstringrequired
The unique identifier of the voice consent recording to delete.

1 status code
200Returns a confirmation object with the deleted consent recording's identifier and a `deleted` flag set to true.
idstringrequired
The consent recording identifier.
objectstringrequired
Allowed:audio.voice_consent
deletedbooleanrequired

Error handling

consent_id must identify an existing voice consent recording that belongs to the authenticated user.