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 voxel.devices.list
force(optional)- Force this action to occur even if some sanity checks fail
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. Please try again or contact Voxel for assistance.

