curl --request DELETE \
--url https://api.rootfi.dev/v4/ecommerce/orders/{id} \
--header 'api_key: <api-key>'{
"status": "success"
}Delete an order from the e-commerce platform.
curl --request DELETE \
--url https://api.rootfi.dev/v4/ecommerce/orders/{id} \
--header 'api_key: <api-key>'{
"status": "success"
}| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The rootfi_id or platform_id of the order to delete |