ProxyWhirl Docs
OpenapiPool Management

Delete proxy

DELETE
/api/proxies/{proxy_id}

Remove a proxy from the pool.

Args: proxy_id: Proxy identifier rotator: ProxyWhirl dependency storage: Optional storage dependency api_key: API key verification

Authorization

APIKeyHeader
X-API-Key<token>

In: header

Path Parameters

proxy_id*Proxy Id

Response Body

application/json

curl -X DELETE "https://example.com/api/proxies/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}