---
title: "Hang up a leg"
method: DELETE
path: "/legs/{id}"
tags: ["Legs"]
---

# Hang up a leg

`DELETE /legs/{id}`

## Response `200`

Leg hung up

- StatusResponse
  - `instance_id` string — Instance identifier
  - `status` string, required

## Other responses

- `404` — Leg not found

## Changes

- **2026-03-26** `d09c97c6ca8c` — 2 breaking, 2 info
  - removed the request body
  - removed the success response with the status `202`
  - removed the non-success response with the status `400`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/legs/:id/delete.md)

---

[API](https://skmtc.dev/voiceblender/apis/voiceblender-api.md) · [All operations](https://skmtc.dev/voiceblender/apis/voiceblender-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voiceblender/voiceblender-api/revisions/3eeffdee9d4f/schema)
