Delete a Voice
Permanently deletes a custom voice from your workspace using its voice ID.
Documentation Index
Fetch the complete documentation index at: https://docs.camb.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Use this endpoint to remove a custom voice you no longer need. You can delete only voices you created, and you must use an API key from the workspace that owns the voice. This is a permanent action, so make sure the voice is not used by any active workflows before deleting it.Path Parameter
voice_id: The numeric ID of the voice to delete (for example,9013).
Example Request
Example Response
Authorizations
The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Path Parameters
The unique identifier of the custom voice to delete.
Response
Successful Response
Deletion confirmation payload for the requested voice.
Indicates successful deletion.
ok