Beatra

Delete a cloned voice

DELETE
/v1/voices/{voice_id}

Path Parameters

voice_id
Required
Voice Id

Header Parameters

Authorization
Required
string

Bearer API key.

X-Request-Idstring

Optional client request id echoed in the response.

curl -X DELETE "https://example.com/v1/voices/string" \
  -H "Authorization: string" \
  -H "X-Request-Id: string"

Successful Response