Delete voice

voices.delete(id: str) -> VoiceDeleteResponse
DELETE
/v1/ai/voice/{id}

Deletes a voice and cancels any pending operations on it. Cannot be undone.

Parameters

id
str
required

The id of the voice, which can be retrieved by a call to List voices.

Returns

class VoiceDeleteResponse: …