---
title: "Handle WHIP DELETE request (client disconnect)."
method: DELETE
path: "/whip/{endpoint_id}/resource/{resource_id}"
tags: ["whip"]
---

# Handle WHIP DELETE request (client disconnect).

`DELETE /whip/{endpoint_id}/resource/{resource_id}`

Proxies the DELETE to the session's whipserversrc, then tears down the element
and removes the session from the session manager.

## Path parameters

- `endpoint_id` string, required
- `resource_id` string, required

## Response `200`

WHIP session deleted

## Other responses

- `404` — WHIP endpoint or session not found
- `502` — Proxy error forwarding to internal WHIP server

---

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