---
title: "Delete Voice"
method: DELETE
path: "/v1/voices/{voice_id}"
tags: ["Voices"]
---

# Delete Voice

`DELETE /v1/voices/{voice_id}`

Delete voice by id

## Path parameters

- `voice_id` string, required

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponseNoneType
  - `code` integer
  - `data` unknown
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/liveavatar/apis/live-avatar-api.md) · [All operations](https://skmtc.net/liveavatar/apis/live-avatar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liveavatar/live-avatar-api/revisions/fbfa5cdbd7f9/schema)
