DELETE
/
v0
/
assistant
/
voice
/
{voice_id}
curl --request DELETE \
  --url 'https://api.unify.ai/v0/assistant/voice/<voice_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "Voice deleted successfully"
}

Deletes a specific voice record by its Cartesia ID for the authenticated user. If the voice is not a preset, it will also be deleted from Cartesia.

Authorizations

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

voice_id
string
required
curl --request DELETE \
  --url 'https://api.unify.ai/v0/assistant/voice/<voice_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "Voice deleted successfully"
}