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
Describe the bug
A customer reported via the UUF triage app:
This method does not work. It is supposed to delete orgContact objects, but the objects are accessible as read-only objects to the API, so this method fails. (see https://learn.microsoft.com/en-us/graph/api/resources/orgcontact)The error points to access denied and the old API: Remove-MgContact_Delete: Data contract version does not allow 'Delete' operations against instances of resource 'OrgContact'.
Describe the bug
A customer reported via the UUF triage app:
This method does not work. It is supposed to delete orgContact objects, but the objects are accessible as read-only objects to the API, so this method fails. (see https://learn.microsoft.com/en-us/graph/api/resources/orgcontact)The error points to access denied and the old API: Remove-MgContact_Delete: Data contract version does not allow 'Delete' operations against instances of resource 'OrgContact'.
Live URL:
https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.entra/remove-entracontact
GitHub URL:
https://github.com/MicrosoftDocs/entra-powershell-docs-pr/blob/live/docs/reference/v1.0/Microsoft.Graph.Entra/Remove-EntraContact.md
To Reproduce
I couldn't reproduce this.
Expected behavior
The cmdlet deletes orgContact objects
The text was updated successfully, but these errors were encountered: