Skip to main content
DELETE
/
v1
/
voices
/
{id}
Delete a 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.

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

id
string
required
The id of the voice to delete.

Response

voice_id
integer
The unique identifier of the deleted voice.
{
  "voice_id": 12345
}