Device Assignment
Unassign Device from Owner
Remove device-to-customer assignment
POST
Documentation Index
Fetch the complete documentation index at: https://docs.telemetron.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Removes the device-to-customer assignment. Both records remain in the system; only the association is removed.Authentication
Your organization’s API key
Request Body
The unique identifier for the device (e.g., serial number, MAC address)
The email address of the customer to unassign the device from
Response
Indicates if the operation was successful
Description of the operation result
The unique identifier of the customer
The device identifier that was unassigned
Array of device identifiers still assigned to this customer after the unassignment
Examples
Request
Response
Status Codes
| Code | Description |
|---|---|
| 200 | Device successfully unassigned from customer |
| 400 | Invalid request (missing required fields, invalid email format, or device not assigned to customer) |
| 401 | Invalid or missing API key |
| 404 | Customer not found in your organization |
| 500 | Internal server error |
Notes
- Email format is validated before processing
- Non-destructive: customer and device records persist
- Response includes
devicesRemainingarray for tracking
Common Use Cases
- Device returns/replacements: Stop routing telemetry to this customer
- Ownership transfer: Unassign from old owner, then assign to new owner
- Account cleanup: Remove inactive devices from customer accounts