Skip to main content
DELETE
/
voices
/
:id
curl -X DELETE https://api.60db.ai/voices/voice-custom-123 \
  -H "Authorization: Bearer your-api-key"
{
  "success": true,
  "message": "Voice deleted successfully"
}

Request

Path Parameters

id
string
required
The unique identifier of the voice to delete

Headers

Authorization
string
required
Bearer token with your API key
This action cannot be undone. Only custom voices can be deleted.

Response

success
boolean
Indicates successful deletion
message
string
Confirmation message
curl -X DELETE https://api.60db.ai/voices/voice-custom-123 \
  -H "Authorization: Bearer your-api-key"
{
  "success": true,
  "message": "Voice deleted successfully"
}