Delete a voice
This endpoint deletes a voice.
danger
Please note this is an unrecoverable action!
HTTP Request
DELETE https://app.resemble.ai/api/v2/voices/<voice_uuid>
| URL Parameters | Type | Descriptions |
|---|---|---|
| voiceUuid | string | UUID of the voice to delete |
HTTP Response
{
"success": true
}
Examples
NodeJS
1
2
3
4
5
import { Resemble } from '@resemble/node'
Resemble.setApiKey('YOUR_API_TOKEN')
await Resemble.v2.voices.delete(voiceUuid)Try it out
API Key:
Voice UUID: