Cancel order
Orders
Cancel order
⚠️ This endpoint is in public preview.
Request cancellation of an order. This is asynchronous — poll GET /v2/orders/{id} to confirm the status has changed to cancelled.
DELETE
Cancel order
Authorizations
Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Path Parameters
Order ID
Pattern:
ordr_[0-9a-zA-Z_-]{1,21}Example:
"ordr_k3R-nX9vLm7Qp2Yw5Jd8F"
Response
Order cancellation initiated.