Navigation
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
}
Use this webhook to get notified when a device detaches.
The device.detached
webhook returns one property with a Device object.
{
event: "device.detached",
device: Device
}