Remove a device
This action will remove an existing device matching the given UUID.
Try this request in your browser
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 |
|
NoAccessToDevice Your authenticated identity is not permitted to access this device |
Response Data
This action will return a Boolean.