Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Submit a cancellation request for a service via the API
POST {{API_URL}}/order/cancel
POST https://client.hostrox.net/api/reseller/order/cancel
key
id
reason
urgency
period-ending
now
curl --location 'https://client.hostrox.net/api/reseller/order/cancel' \ --header 'Content-Type: application/json' \ --data '{ "key": "UzZBSlBWeWk0UEcrVWxlU0RjS1B1dz09", "id": 1, "reason": "Testing", "urgency": "now" }'
{ "status": "successful" }