Skip to main content
Version: 2.0.0

Delete a phoneme

This endpoint deletes a phoneme.

HTTP Request

DELETE https://app.resemble.ai/api/v2/phonemes/<phonemeUuid>
URL ParametersTypeDescriptions
phonemeUuidstringUUID of the phoneme to delete

HTTP Response

{
"success": true
}

Examples

NodeJS
1 2 3 4 5 6 import { Resemble } from '@resemble/node' Resemble.setApiKey('YOUR_API_TOKEN') const phonemeUuid = '...' Resemble.v2.phonemes.delete(phonemeUuid)

Try it out

API Key:
Phoneme UUID: