Delete voice sample

Removes a sample by its ID.

Path parameters

voice_idstringRequired

ID of the voice to be used. You can use the Get voices endpoint list all the available voices.

sample_idstringRequired

ID of the sample to be used. You can use the Get voices endpoint list all the available samples for a voice.

Headers

xi-api-keystringRequired

Response

Successful Response

statusstring

The status of the sample deletion request. If the request was successful, the status will be ‘ok’. Otherwise an error message with status 500 will be returned.

Errors