---
title: "Delete a proxy"
method: DELETE
path: "/connect/proxies/{id}"
tags: ["Proxies"]
---

# Delete a proxy

`DELETE /connect/proxies/{id}`

Deletes the proxy identified by the path ID and releases its provisioning. Returns 404 if no such proxy exists for the caller.

## Response `204`

Proxy deleted.

## Other responses

- `401` — The X-User-ID header was missing or invalid, or a present X-Owner-Id header was not a uuid.
- `404` — The resource was not found.

---

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