DELETE
/
voices
/
{voice_id}
curl --request DELETE \
  --url https://eu-west-1.api.neuphonic.com/voices/{voice_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "message": "<string>",
    "voice_id": "<string>"
  }
}

Authorizations

X-API-KEY
string
header
required

API Key Authentication. Get your API key from the Neuphonic website.

Path Parameters

voice_id
string
required

The unique identifier of the voice to be deleted. This is passed as a query parameter.

Response

200
application/json
Successful Response
data
object

The data payload for the response.