DELETE
Unsubscribe a device from real-time events
This API will unsubscribe a device from real-time events.
NOTE: this API requires Client Credentials authentication.
Valid subsystem types:
- "TCC" - Round Smart Thermostats
- "lcc" - T-Series Thermostats working on the Resideo Smart Home app
- "wld" - Water Leak Detector
- "camera" - Awareness Cameras
- "ds" - First Alert App Devices
Resource URL
https://api.honeywellhome.com /v3/events/subscribe/subsystem/{subsystem}/mac/{deviceId}
Query Parameters
Name | Values | Description |
---|---|---|
apikey |
API Key |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
OAuth2 Client Credentials Token |
Request Body
subsystem Device Subsystem (e.g., 'Tcc', 'lcc', 'das')
deviceId Device ID, typically found in the GET locations API
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
Security |
|
Category |
Events |
Working...