cURL
curl --request DELETE \ --url https://api.centosfi.com/v1/orders/{order_id}
{ "cancelled_centos_order_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "failed_cancelled_reasons": {} }
Cancel an existing order.
Request cancellation of an order. Returns 202 Accepted with order state - cancellation is processed asynchronously.
Successful Response
Schema for cancel order response
List of cancelled centos order identifiers
Dictionary of failed to cancel centos order identifiers and reasons
Show child attributes