How do I remove a device from my Seam account?
Last updated: January 4, 2026
Overview
You can remove a device from Seam by unmanaging it. This stops Seam from syncing with the device and removes it from your devices list, while keeping the device in your manufacturer's account.
Removing a Device via Seam Console
Navigate to the Devices page in your workspace
Locate the device you want to remove
Click the three-dot menu (•••) next to the device
Select Unmanage device
The device will be removed from your Seam devices list immediately.
Removing a Device via API
You can also unmanage a device programmatically using the /devices/update endpoint:
POST /devices/update
{
"device_id": "your_device_id",
"is_managed": false
}
What Happens When You Unmanage a Device
When you unmanage a device:
You will no longer be billed for the device
The device is removed from your Seam devices list
Seam stops syncing with the device and you will no longer receive regular device updates
Any access codes or automations linked to the device will no longer function
The device remains in your manufacturer's account (e.g., Yale, Schlage, Igloohome)
Re-managing a Device
If you want to add the device back to Seam later, you can re-manage it by:
Going to the manufacturer's connected account in Seam
Finding the device in the unmanaged devices list
Setting it back to managed status