Skip to main content
DELETE
/
voices
/
{voice}
cURL
curl --request DELETE \
  --url https://my.cald.ai/client/api/v1/voices/{voice} \
  --header 'Authorization: <api-key>'
{
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Path Parameters

voice
string
required

The voice ID of the voice

Response

Success response with voice details

status
string

Whether the voice was successfully deleted, can be either success or failed

I