Skip to main content
DELETE
/
v1
/
custom-voices
/
{voice_id}
Delete cloned voice
curl --request DELETE \
  --url https://supertoneapi.com/v1/custom-voices/{voice_id} \
  --header 'x-sup-api-key: <api-key>'
{
  "status": "error",
  "message": {
    "message": "Invalid API Key",
    "error": "Unauthorized",
    "statusCode": 401
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.supertoneapi.com/llms.txt

Use this file to discover all available pages before exploring further.

이 문서는 영어 원문을 기반으로 자동 번역되었습니다. 표현이 어색하거나 모호한 부분이 있을 수 있으니, 정확한 내용은 영어 원문을 함께 확인해 주세요.
커스텀 보이스를 영구적으로 제거합니다. 이 작업은 되돌릴 수 없습니다.
해당 보이스로 이미 생성한 오디오 클립은 영향을 받지 않습니다. 보이스 자체만 제거되며, 삭제된 voice_id를 참조하는 이후의 TTS 호출은 404 Not Found를 반환합니다.

엔드포인트

DELETE https://supertoneapi.com/v1/custom-voices/{voice_id}

경로 파라미터

NameRequiredDescription
voice_id삭제할 커스텀 보이스의 ID입니다.

응답

성공 시 빈 본문과 함께 200 OK를 반환합니다.

오류

StatusCause
404 Not Found해당 보이스가 계정에 존재하지 않습니다.
403 Forbidden해당 보이스가 다른 계정에 속합니다.

함께 보기

Docs: Custom voices

커스텀 보이스의 전체 라이프사이클입니다.

List custom voices

삭제 전에 커스텀 보이스를 탐색합니다.

Authorizations

x-sup-api-key
string
header
required

Path Parameters

voice_id
string
required

Response

Voice deleted successfully