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.
consent_idstringrequired
The unique identifier of the voice consent recording to delete.
200Returns a confirmation object with the deleted consent recording's identifier and a `deleted` flag set to true.
idstringrequired
The consent recording identifier.
objectstringrequired
deletedbooleanrequired
Error handling
consent_id must identify an existing voice consent recording that belongs to the authenticated user.