You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CS-64 Add a way to remove the device from the org (#1902)
* feat(app): create alert for removing device
* feat(api): create endpoint for unlinking device
* feat(app): integrate unlink-device endpoint on click of 'Remove Device' menu
* fix(app): hide Remove Device menu if the current user is not an owner
* feat(app): integrate fleet endpoint to delete the hosts
* fix(app): refresh after unlinking device
* fix(app): remove unused variable
---------
Co-authored-by: chasprowebdev <[email protected]>
Co-authored-by: Mariano Fuentes <[email protected]>
'Permanently removes a member from the organization. This action cannot be undone. Supports both API key authentication (X-API-Key header) and session authentication (cookies + X-Organization-Id header).',
33
33
},
34
+
unlinkDevice: {
35
+
summary: 'Unlink device from member',
36
+
description:
37
+
'Resets the fleetDmLabelId for a member, effectively unlinking their device from FleetDM. This will disconnect the device from the organization. Supports both API key authentication (X-API-Key header) and session authentication (cookies + X-Organization-Id header).',
0 commit comments