curl --request DELETE \
--url https://api.sfcompute.com/v2/orders/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"type": "authentication_error",
"message": "<string>"
}
}Request cancellation of an order. This is asynchronous — poll GET /v2/orders/{id} to confirm the status has changed to cancelled.
curl --request DELETE \
--url https://api.sfcompute.com/v2/orders/{id} \
--header 'Authorization: Bearer <token>'{
"error": {
"type": "authentication_error",
"message": "<string>"
}
}Create an API token using sf tokens create or at https://sfcompute.com/account/api-keys.
Order ID
ordr_[0-9a-zA-Z_-]{1,21}"ordr_k3R-nX9vLm7Qp2Yw5Jd8F"
Order cancellation initiated.