Cancel an order and its associated invoice. A successful cancellation returns an order ID for follow-up in other systems.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/billing/order/{id}/cancel curl -X POST "https://cloud.hostup.se/api/billing/order/34026/cancel" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string",
"order_id": "string"
}
}