curl --request DELETE \
--url https://api.bland.ai/v1/voices/{id} \
--header 'authorization: <authorization>'
{
"voice_id": 12345
}
Delete an existing cloned voice.
curl --request DELETE \
--url https://api.bland.ai/v1/voices/{id} \
--header 'authorization: <authorization>'
{
"voice_id": 12345
}
id
of the voice to delete.{
"voice_id": 12345
}