delete_proxy_request
Delete a proxy request from a GB Residential bucket to immediately stop allocated endpoints. This action is irreversible.
Instructions
Delete a proxy-request from a GB Residential bucket. Requires scope services:write (proxy writes share the same scope as VM/k8s mutations — there is no proxy-specific scope). GB Residential only. IRREVERSIBLE: the allocated endpoints stop working immediately. Pass confirm:true only after the user has explicitly approved. id comes from list_proxies; reqId comes from list_proxy_requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GB Residential proxy service id from list_proxies. | |
| reqId | Yes | Proxy-request id from list_proxy_requests. | |
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. |