Skip to main content
DELETE
/
v1
/
voices
/
{voice_id}
Delete Custom Voice
curl --request DELETE \
  --url https://api.typecast.ai/v1/voices/{voice_id} \
  --header 'X-API-KEY: <api-key>'
{
  "detail": "Invalid API key"
}

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.

Authorizations

X-API-KEY
string
header
required

API key for authentication. You can obtain an API key from the Typecast API Console.

Path Parameters

voice_id
string
required

Custom voice identifier with the uc_ prefix.

Pattern: ^uc_[A-Za-z0-9]+$
Example:

"uc_64a1b2c3d4e5f6a7b8c9d0e1"

Response

No Content - Voice deleted successfully. The response body is intentionally empty per RFC 9110; treat any 2xx status as success.