Skip to main content
DELETE
Delete Custom Voice

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.