Can't delete a managed device
PILLON Mael
0
Reputation points
Describe the bug
Hello, I'm working with c# SDK on v1. I'm getting an error whenever I try to delete a manaed device using this line (tried with different managed devices:
await _graphClient.DeviceManagement.ManagedDevices[deviceId].DeleteAsync();
The exception thrown hasn't any error message. The exception is due to an error returned by the API.
Excepted behaviour
The managed device to be deleted or an explicit error message
Additional context
I'm using Graph Api via ea client connection, then I can't try on Graph Explorer or Azure. Thanks!
Sign in to answer