voxel.voxservers.delete

Delete a VoxSERVER from your account.

Parameters

device_id (required)
Numeric Voxel device id, available from devices.list

Example Response

<rsp stat="ok"/>

Notes

This method will deprovision a VoxSERVER from your account and release any IPs assigned to it back into your pool. The server will no longer be accessible and any data stored on it will be unrecoverable.

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.