---
title: "Resume a held SIP call (asynchronous)"
method: DELETE
path: "/legs/{id}/hold"
tags: ["Legs"]
---

# Resume a held SIP call (asynchronous)

`DELETE /legs/{id}/hold`

Queues a re-INVITE with `sendrecv` SDP direction. The HTTP call returns 202; success surfaces as `leg.unhold`, failures as `leg.command_failed` with `command="unhold"`.

## Response `202`

Unhold queued

## Other responses

- `400` — Not a SIP leg
- `404` — Leg not found
- `409` — Hold not supported for this leg type (e.g. WhatsApp)

## Changes

- **2026-05-08** `20957badcc90` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `202`
- **2026-03-26** `d09c97c6ca8c` — 1 breaking, 1 info
  - removed the success response with the status `202`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/voiceblender/apis/voiceblender-api/changes/legs/:id/hold/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/89ff267f0958/schema)
