voxel.voxcloud.delete
Delete a VoxCLOUD VM, irrevocably. All the VM's data will be discarded.
Parameters
device_id(required)- Numeric Voxel device id, available from devices.list
Example Response
<rsp stat="ok"/>
Notes
This method will completely deallocate a VM instance, permanently destroying the device and any associated data. Be sure you are careful in calling this method: it is irrevocable.
Method Specific Error Codes
100: Unknown device- The device_id passed in can't be matched to a valid device.
110: Incorrect device type- This device is of a type different than required by this method.
206: Failed acquiring resource- A resource required to perform the action could not be obtained.

