Delete an existing cloned voice.
curl --request DELETE \ --url https://api.bland.ai/v1/voices/{id} \ --header 'authorization: <authorization>'
{ "voice_id": 12345 }
Your API key for authentication.
The id of the voice to delete.
id
The unique identifier of the deleted voice.