Delete a recording
This endpoint deletes one recording for a particular voice.
HTTP Request
DELETE https://app.resemble.ai/api/v2/voices/<voice_uuid>/recordings/<recording_uuid>
URL Parameters | Type | Descriptions |
---|---|---|
recording_uuid | string | UUID of the recording to delete |
voice_uuid | string | UUID of the voice to which the recording belongs |
HTTP Response
{
"success": true
}
Examples
NodeJS
1
2
3
4
5
import { Resemble } from '@resemble/node'
Resemble.setApiKey('YOUR_API_TOKEN')
await Resemble.v2.recordings.delete(voiceUuid, recordingUuid)
Try it out
API Key:
Voice UUID:
Recording UUID: