Delete a user and their devices by calling the /deleteUser API endpoint. You only need the User ID for this request. The system removes every device ID (HWID) linked to that user account. This means you do not have to track or delete individual device IDs yourself.
View the technical details in the User-Centric API: deleteUser documentation.
Alternative methods
- To delete one specific device instead of the whole user, use the
/deleteDeviceendpoint. This call requires thehwidof that device. - For email devices, the email address is the
hwid. Provide the email address as thehwidvalue in your/deleteDevicerequest.
Comments
0 comments
Please sign in to leave a comment.