DELETE
/
v1
/
voices
/
{id}
curl --request DELETE \
  --url https://api.bland.ai/v1/voices/{id} \
  --header 'authorization: <authorization>'
{
  "voice_id": 12345
}

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
}