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, do not pass the email address as an
hwidto/deleteDevice. Use the dedicated/deleteEmailendpoint instead, passing the email address as its parameter.
Comments
0 comments
Please sign in to leave a comment.