메인 콘텐츠로 건너뛰기
DELETE
/
v1
/
voices
/
{voice_id}
커스텀 보이스 삭제
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.

인증

X-API-KEY
string
header
필수

인증을 위한 API 키. 타입캐스트 API 콘솔에서 API 키를 생성할 수 있습니다.

경로 매개변수

voice_id
string
필수

uc_ prefix 가 붙은 커스텀 보이스 식별자.

Pattern: ^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.