curl --request DELETE \
--url https://api.rootfi.dev/v4/payments/orders/{id} \
--header 'api_key: <api-key>'{
"success": true
}Cancel/delete an order.
curl --request DELETE \
--url https://api.rootfi.dev/v4/payments/orders/{id} \
--header 'api_key: <api-key>'{
"success": true
}| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the order |