Delete Voice

DELETE https://app.resemble.ai/api/v2/voices/{uuid}

Delete a custom voice from your account.

ParameterTypeRequiredNotes
uuidstringāœ…Voice UUID (URL parameter).
curl --request DELETE 'https://app.resemble.ai/api/v2/voices/VOICE_UUID' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
{
"success": true,
"message": "Voice was deleted."
}

Permanently deletes the custom voice.