Audio

Delete Voice

Delete one of your designed or cloned voices.

The voice stops working at once. Clips already generated with it, and its preview clip, are unaffected.

DELETE/v1/voices/{id}Try it
Delete Voice
cURL
curl --request DELETE \
  --url https://api.spicyapi.com/v1/voices/vc_4e1b7c9a2d5f8e0b3c \
  --header 'Authorization: Bearer $SPICYAPI_KEY'
200
JSON
{ "id": "vc_4e1b7c9a2d5f8e0b3c", "object": "voice", "deleted": true }

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your SpicyAPI key (sk-spicy-…). Create one in the dashboard under API Keys.

Response

200 · application/json

Successful Response

idstringrequired

The deleted voice id.

objectstringrequired

Always voice.

deletedbooleanrequired

Always true. An unknown id returns 404.

Was this page helpful?