Skip to main content
DELETE
/
v1
/
custom-voices
/
{voice_id}
Delete cloned voice
curl --request DELETE \
  --url https://supertoneapi.com/v1/custom-voices/{voice_id} \
  --header 'x-sup-api-key: <api-key>'
{
  "status": "error",
  "message": {
    "message": "Invalid API Key",
    "error": "Unauthorized",
    "statusCode": 401
  }
}

Endpoint

https://supertoneapi.com/v1/custom-voices/{voice_id}

Authorizations

x-sup-api-key
string
header
required

Path Parameters

voice_id
string
required

Response

Voice deleted successfully