Delete Sample

DELETE
/v1/voices/:voice_id/samples/:sample_id

Removes a sample by its ID.

Path parameters

voice_idstringRequired

Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.

sample_idstringRequired

Sample ID to be used, you can use GET https://api.elevenlabs.io/v1/voices/{voice_id} to list all the available samples for a voice.

Response

Successful Response