Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 378 Bytes

delete-platformcredentialauthenticationmethod-python-snippets.md

File metadata and controls

15 lines (8 loc) · 378 Bytes
description
Automatically generated file. DO NOT MODIFY
from msgraph_beta import GraphServiceClient

graph_client = GraphServiceClient(credentials, scopes)


await graph_client.users.by_user_id('user-id').authentication.platform_credential_methods.by_platform_credential_authentication_method_id('platformCredentialAuthenticationMethod-id').delete()