Delete Voice Settings Preset

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

Delete a voice settings preset.

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

Can only delete your own presets.