DELETE
/
v1
/
ai
/
voice
/
{id}
curl --request DELETE \
  --url https://api.lmnt.com/v1/ai/voice/{id} \
  --header 'X-API-Key: <x-api-key>'
{}

Headers

X-API-Key
string
required

Your API key; get it from your LMNT account page.

Path Parameters

id
string
required

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

Response

200 - application/json

The response is of type object.