Skip to main content
DELETE
/
v3
/
voices
/
{voice_id}
Delete a Voice
curl --request DELETE \
  --url https://api.heygen.com/v3/voices/{voice_id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "voice_id": "<string>"
  }
}

Authorizations

x-api-key
string
header
required

HeyGen API key. Obtain from your HeyGen dashboard.

Path Parameters

voice_id
string
required

Unique voice identifier

Response

Successful response

data
VoiceDeleteV3Response · object

Response for DELETE /v3/voices/{voice_id}.