Skip to main content
POST
https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1
/
delete-voice
curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/delete-voice \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"voice_id": "pNInz6obpgDQGcFmaJgB"}'
{
  "success": true
}
Delete a custom cloned voice from your account.
This action is irreversible. Agents using this voice will fall back to their default voice. Built-in voices cannot be deleted.

Request Body

voice_id
string
required
The unique identifier of the voice to delete.

Response

success
boolean
Whether the voice was deleted successfully.
curl -X POST https://mtxbiyilvgwhbdptysex.supabase.co/functions/v1/delete-voice \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"voice_id": "pNInz6obpgDQGcFmaJgB"}'
{
  "success": true
}