Delete host

Request Information
URL DELETE {{basepath}}/domain/:name/host/:hostname
CategoryREPP-Host

Description

Allows you to delete a host (aka Glue record). If it is still in use at the registry the deletion will fail.

Expects a HostDeleteRequest object.

Returns a HostDeleteResponse object.

Url variables
:namezerg-test-controlpanel-2023-06-09-01.frl
:hostnamens4.zerg-test-controlpanel-2023-06-09-01.frl

Example responses

Delete host
Request Method & URL
DELETE {{basepath}}/domain/:name/host/:hostname
Url variables
:namezerg-test-controlpanel-2023-06-09-01.frl
:hostnamens4.zerg-test-controlpanel-2023-06-09-01.frl
Response Code:
200 OK
Response Body:
{
    "responseId": "mapi1_5bd0ed3a996277e6a7e679d34647d44f25e6778d",
    "status": "ok",
    "message": "Command completed successfully"
}