Devices
Unbind Device
Unbind a device from its current end user
POST
Unbind a device from its current end user, making it available for reassignment. This is a no-op if the device is not currently bound.
Authentication
Requires an API key withdevices:write scope.
Path Parameters
The device’s unique identifier (e.g.,
dev_abc123).Response
Returns the device object withstatus set to unbound.
Response Fields
Unbinding a device does not affect existing recordings. Recordings remain associated with the end user who was bound at the time of recording.

