Soft-delete a custom voice that was created via POST /v1/voices/clone. The voice is removed from your active set and the corresponding custom_voice_slot becomes available for a new clone.
After deletion, the same voice_id returns 404 on subsequent requests. Only the owner of the voice may delete it; other users receive 404.
Returns 204 No Content on success.
Documentation Index
Fetch the complete documentation index at: https://typecast.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. You can obtain an API key from the Typecast API Console.
Custom voice identifier with the uc_ prefix.
^uc_[A-Za-z0-9]+$"uc_64a1b2c3d4e5f6a7b8c9d0e1"
No Content - Voice deleted successfully. The response body is intentionally empty per RFC 9110; treat any 2xx status as success.