Unregistering a Host

Format

MethodPOST
URL

/tasks/create

Request contentsHostDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

The host must be disabled for this task to succeed. It permanently removes the host from the flexVDI platform.

HostDelete Object

Schema

typeStringTask type identifier. In this case, "host_action"
host_idStringHost's unique identifier

JSON example

{
    "type": "host_delete",
    "host_id": "flexdemo"
}