Request
Path Parameters
The unique identifier of the voice to delete
Bearer token with your API key
This action cannot be undone. Only custom voices can be deleted.
Response
Indicates successful deletion
curl -X DELETE https://api.60db.ai/voices/voice-custom-123 \
-H "Authorization: Bearer your-api-key"
{
"success": true,
"message": "Voice deleted successfully"
}