Skip to main content
POST
/
orders
/
{order_id}
/
release
Release proxy
curl --request POST \
  --url https://api.proxyjam.com/public/v1/orders/{order_id}/release \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt

Use this file to discover all available pages before exploring further.

Cancels the proxy at the upstream pool and releases its port back to the available inventory.
This is irreversible. The order moves to a cancelled state and the proxy can no longer be used. Any prepaid traffic on the proxy is forfeited.

Path parameters

order_id
string
required
UUID of the order backing the mobile rotating proxy.

Response

Final snapshot of the cancelled mobile rotating proxy. Same shape as the mobile branch of Get order, with status set to cancelled.

Example

curl -X POST "https://api.proxyjam.com/public/v1/orders/997b4450-e7ae-4ad9-8a25-996e582049c9/release" \
  -H "X-API-Key: pj_AbCdEf..."