POST /v1/voices/clone 으로 생성한 커스텀 보이스를 soft delete 합니다. 활성 보이스 목록에서 제거되며 custom_voice_slot 한 자리가 즉시 회복되어 새 클로닝에 사용할 수 있습니다.
삭제 후 같은 voice_id 로 요청하면 404 가 반환됩니다. 본인이 소유한 보이스만 삭제 가능하며, 타인의 보이스를 삭제하려 하면 404 가 반환됩니다.
성공 시 204 No Content 를 반환합니다.
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 키. 타입캐스트 API 콘솔에서 API 키를 생성할 수 있습니다.
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.