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

# Delete a proxy config

`DELETE /proxies/{proxyId}`

Permanently deletes the proxy config identified by `proxyId` and returns the deleted config. Returns not found if no matching config exists.

## Path parameters

- `proxyId` string, uuid, required

## Response `200`

Proxy deleted successfully

- object
  - `success` true, required
  - `message` string, required
  - `data` union, required
    - Socks5ProxyConfig
      - `name` string, required
      - `protocol` 'socks5', required
      - `host` string, required
      - `port` integer, required
      - `user` string, required
      - `password` string, required
      - `proxyId` string, uuid, required
    - WireguardProxyConfig
      - `name` string, required
      - `protocol` 'wireguard', required
      - `config` string, required
      - `proxyId` string, uuid, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-06-19** `ec76cd771e68` — 1 info
  - added the media type `application/json` for the response with the status `404`
- **2026-05-30** `51d2493ba0f4` — 1 info
  - endpoint added
- **2026-05-30** `d06ce0f3c00d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/proxies/:proxyId/delete.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/cd80ab1b29b0/schema)
