Delete Device
DELETE/api/portals/deletedevice/:id
Tier: Internal — subject to change without notice.
Deletes a device.
Soft-deletes the device and, if portal-attached, notifies the device to re-sync its configuration.
Request
Responses
- 200
- 400
- 401
- 403
Returns true.
Unknown id (NotFound), or one of the device's antennas, actuators, or sensors is still used by a portal rule (InvalidOperation on field Components).
Caller is not authenticated.
Caller does not have Delete permission on the Portal module.