Skip to main content
DELETE
Delete Order
Cancel an existing order by scheduling the Stripe subscription to end at the current period end.
This action schedules the subscription for cancellation. The proxies will remain active until the end of the current billing period.

Request

Headers

Path Parameters

string
required
The Stripe subscription ID from order creation.
string
required
The product ID (e.g., "captcha", "x1", "level3").

Example Request

Response

Success Response

Response Fields

object
Success details object.
string
Confirmation message.
string
The order ID that was cancelled.
string
The Stripe subscription ID that was scheduled for cancellation.

Error Responses

400 Bad Request - Missing Parameters

404 Not Found

500 Stripe Error

Important Notes

Cancellation is scheduled, not immediate. The subscription will continue until the end of the current billing period, and your proxies will remain active until then.

What Happens When You Cancel

  1. The Stripe subscription is set to cancel at period end
  2. You continue to have access to your proxies until expiration
  3. No further charges will occur after the current period
  4. The order status will update to reflect the pending cancellation

Finding the Subscription ID

The subscription_id is returned when you create an order and can also be found by listing your orders:
Look for the subscription_id field in the response (note: it’s case-sensitive and starts with sub_).

Uncancel Order

Reverse a scheduled cancellation before the period ends.

Cancel & Refund

Cancel immediately and credit the latest invoice (orgs only).

List Orders

Find subscription IDs for your orders.

Get Order

Check order status after cancellation.