Remove a previously submitted service cancellation request. This is useful if a customer changes their mind and wishes to keep their service. The endpoint returns a unique requestId for follow-up actions.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/cancellations/{accountId} curl -X DELETE "https://cloud.hostup.se/api/cancellations/7148" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"message": "string",
"info": [
"string"
]
}
}