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
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
id of the voice to delete.{
"voice_id": 12345
}
Was this page helpful?