---
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)

---

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