Delete the provisioned virtual machine
Select
SaaS
Customer Managed
Deletes the VM.
Path Parameters
- vmGUID string required
GUID of the Provisioned VM
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Unable to find VM details for guid [5036d065-b189-526a-156c-ad1b905cbfbb]",
"errorCode": -1
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Virtual machine provisioning operation failed with unknown error. Try this operation after some time.",
"errorCode": -1
}
Loading...