Delete Voice
Deletes a cloned voice: its audio assets are removed and the voice is no longer listed or usable for synthesis. This frees a slot against your subscription tier's voice limit.
**Base URL:** `https://api.sarvam.ai`.
**Auth:** send your key in the `api-subscription-key` header. Returns `204 No Content` on success.
Authentication
api-subscription-keystring
API Key authentication via header
Path parameters
voice_id
ID of the cloned voice to delete.
Response
Voice deleted successfully. No response body.
Errors
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error