Skip to main content
Version: 2.0.0

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 ParametersTypeDescriptions
recording_uuidstringUUID of the recording to delete
voice_uuidstringUUID 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: