Realtime TTS-2 is live. Built for realtime conversation that feels human. Learn more

PvcVoiceService

Delete a PVC voice sample

Removes a single sample from a draft PVC voice. Only allowed while the voice is PVC_VOICE_STATE_DRAFT (or PVC_VOICE_STATE_FAILED).

DEL/voices/v1/pvcVoices/{voiceId}/samples/{sampleId}

Returns 409 for a queued, training, or ready voice.

Authorizations

Authorizationstringrequired

Your API key. Read permissions are required for GET endpoints. Write permissions are required for POST, PATCH, and DELETE endpoints.

For Basic authentication, please populate Basic $INWORLD_API_KEY. You can create a key in one command with the Inworld CLI: inworld workspace add-key.

Path Parameters

voiceIdstringrequired

Voice ID that owns the sample.

sampleIdstringrequired

Sample ID to delete.