Delete Order
Order API
Delete Order
Cancel an existing order by scheduling the subscription to end.
DELETE
Delete Order
Cancel an existing order by scheduling the Stripe subscription to end at the current period end.
Look for the
Request
Headers
| Header | Value | Required |
|---|---|---|
Authorization | Bearer {your_api_key} | Yes |
Path Parameters
The Stripe subscription ID from order creation.
The product ID (e.g.,
"captcha", "x1", "level3").Example Request
Response
Success Response
Response Fields
Success details object.
Confirmation message.
The order ID that was cancelled.
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
- The Stripe subscription is set to cancel at period end
- You continue to have access to your proxies until expiration
- No further charges will occur after the current period
- The order status will update to reflect the pending cancellation
Finding the Subscription ID
Thesubscription_id is returned when you create an order and can also be found by listing your orders:
subscription_id field in the response (note: it’s case-sensitive and starts with sub_).
Related Endpoints
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.
