URL | DELETE {{basepath}}/hosting/:hosting_id |
---|---|
Category | Hosting |
Allows you to immediately delete a hosting,
the request body should contain a HostingCancelRequest object.
Returns a HostingGetResponse object.
:hosting_id | {{hosting_id}} | The hosting identifier |
---|
{
"reason": "e.g. an order id or cancellation id or something, this is logged for conflict resolution purposes",
"domain": "{{hosting_domain}}",
"immediate": true
}