---
title: "Delete voice"
method: DELETE
path: "/v0/assistant/voice/{voice_id}"
tags: ["Voices"]
---

# Delete voice

`DELETE /v0/assistant/voice/{voice_id}`

Deletes a specific assistant voice.

## Path parameters

- `voice_id` string, required

## Query parameters

- `provider` string, required — The provider of the voice to delete

## Response `200`

Voice deleted successfully

- InfoResponseStr
  - `info` string, required

## Other responses

- `404` — Voice not found
- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
