Delete Machine
Delete Machine with a given id
The ID of the machine.
Controls whether this is a force delete operation. If true, best effort is made for deleting this machine. Use with caution as force deleting may cause inconsistencies between the cloud provider and vRA.
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
successful operation
{
"name": "Power-off",
"progress": 90,
"resources": [
"string"
],
"id": "we655aew4e8e",
"message": "In Progress",
"status": "FINISHED",
"selfLink": "/.../request-tracker/we655aew4e8e"
}
Name of the operation.
Progress of the request as percentage.
Collection of resources.
ID of this request.
Status message of the request.
Status of the request.
Self link of this request.
Forbidden