PvcVoiceService
Delete a PVC voice
Deletes a PVC voice and all of its uploaded samples. Only allowed while the voice is PVC_VOICE_STATE_DRAFT or PVC_VOICE_STATE_FAILED. A PVC_VOICE_STATE_READY voice cannot be deleted through this API; its slot is released when the trained voice it produced is deleted via the Voices API.
/voices/v1/pvcVoices/{voiceId}Returns 409 for a ready voice. Release its slot by deleting the trained voice via the Portal voice library or DELETE /voices/v1/workspaces/{workspace}/voices/{voice}.
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.
voiceIdstringrequired
Voice ID of the PVC voice to delete.