Delete Voice Settings Preset

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

Delete a voice settings preset.

ParameterTypeRequiredNotes
uuidstringPreset UUID (URL parameter).
$curl --request DELETE 'https://app.resemble.ai/api/v2/voice_settings_presets/PRESET_UUID' \
> -H 'Authorization: Bearer YOUR_API_TOKEN'
1{
2 "success": true,
3 "message": "Preset deleted successfully"
4}

Can only delete your own presets.