Device deletion from Intune
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 02:46 AM
Hi all,
I need to get the device ID from intune and delete it using the flow action in servicenow. But I'm not sure about those steps. Intune spoke has been configured already. It'll be really helpful if somemone guides me.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2025 02:57 AM
Microsoft Graph API doesn't directly provide an endpoint to retrieve recently deleted devices. You can query https://graph.microsoft.com/v1.0/deviceManagement/auditEvents but that would require extensive filtering.
If you're pulling devices already via Service Graph Connector, setup a staleness rule or CMDB Data Management Policy to retire devices that are not discovered after XX days