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 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 }Response
200 · application/jsonSuccessful Response
idstringrequired
The deleted voice id.
objectstringrequired
Always voice.
deletedbooleanrequired
Always true. An unknown id returns 404.
Was this page helpful?