Delete the specified machine.
Request URL
GET https://use.cloudshare.com/API/v2/Env/DeleteVm?envId=<id>&vmId=<vm>&UserApiId=<id>&token=<token>×tamp=<time>&HMAC=<signature>
Parameters
| envId | The unique id for the environment. This would be obtained, for example, using the ListEnvironments resource. Example: I5ADJ4VCMBTB |
| vmId | Id of the machine to delete. |
Response example
{
"data": {
"vmId": "YWRFJAGBJ1SB"
},
"remaining_api_calls": 87,
"status_additional_data": null,
"status_code": "0x20000",
"status_text": "Success"
}