cURL
curl --request DELETE \ --url https://api.lmnt.com/v1/ai/voice/{id} \ --header 'X-API-Key: <api-key>'
{ "success": true }
Deletes a voice and cancels any pending operations on it. Cannot be undone.
Your API key; get it from your LMNT account page.
The id of the voice, which can be retrieved by a call to List voices.
id
List voices
OK
The response is of type object.
object
Was this page helpful?