Immediate delete

Request Information
URL DELETE {{basepath}}/hosting/:hosting_id
CategoryHosting

Description

Allows you to immediately delete a hosting,

the request body should contain a HostingCancelRequest object.

Returns a HostingGetResponse object.

Url variables
:hosting_id{{hosting_id}}The hosting identifier
JSON
{
    "reason": "e.g. an order id or cancellation id or something, this is logged for conflict resolution purposes",
    "domain": "{{hosting_domain}}",
    "immediate": true
}