Remove a device

This action will remove an existing device matching the given UUID.

Try this request in your browser

/api/ /devices/destroy

Headers

X-Auth-App
X-Auth-Token
X-Auth-Secret
X-Auth-Extension
X-Auth-Password
X-Proxy-Auth-Token
X-Proxy-Auth-Secret

Parameters

uuid String

The request output will be shown here...

URL

https://connectapi.dial9.co.uk/api/v2/devices/destroy

Access

Must be authenticated as a user or API token. If not authorised, a AccessDenied error will be returned.

Parameters

Parameter Type Default

uuid Required

The UUID of the device

String null

Errors

Error Attributes

DeviceNotFound

No device was found given the UUID provided

  • uuid

    The provided UUID

NoAccessToDevice

Your authenticated identity is not permitted to access this device

Response Data

This action will return a Boolean.