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

# Delete proxy by ID

`DELETE /proxies/{id}`

Soft delete a proxy. Sessions referencing it are not modified.

## Path parameters

- `id` string, required

## Response `204`

Proxy deleted

## Other responses

- `400` — Bad Request – invalid input
- `401` — Unauthorized – missing or invalid authorization token
- `403` — Forbidden – insufficient permissions or plan
- `404` — Resource not found
- `500` — Internal Server Error

---

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