Navigation

Device detached

Summary

Use this webhook to get notified when a device detaches.

For more information on setting up and handling webhook events, view the documentation.

Response

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

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