Delete Voice

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

Delete a custom voice from your account.

ParameterTypeRequiredNotes
uuidstringVoice UUID (URL parameter).
$curl --request DELETE 'https://app.resemble.ai/api/v2/voices/VOICE_UUID' \
> -H 'Authorization: Bearer YOUR_API_TOKEN'
1{
2 "success": true,
3 "message": "Voice was deleted."
4}

Permanently deletes the custom voice.