Navigation
Legacy

You're viewing the previous version. For the current product, see the v3 API reference.

Device detached

Summary

Use this webhook to get notified when a device detaches.

Payload

The device.detached webhook returns one property with a Device object.

{
  event: "device.detached",
  device: Device
}