Skip to main content
DELETE
/
models
/
voices
/
{voice_id}
음성 모델 삭제
curl --request DELETE \
  --url https://client-api.tryvox.co/v3/models/voices/{voice_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Request validation failed.",
    "details": {
      "field": "name",
      "reason": "must not be blank"
    }
  }
}

Authorizations

Authorization
string
header
required

조직 API 키를 Authorization: Bearer <token> 형식으로 보냅니다.

Path Parameters

voice_id
string
required

보이스 카탈로그 식별자입니다. agent.data.voice.id 값으로 사용합니다.

Response

성공 응답