Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 363 Bytes

delete-b2xuserflows-identityproviders-1-python-snippets.md

File metadata and controls

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

graph_client = GraphServiceClient(credentials, scopes)


await graph_client.identity.b2c_user_flows.by_b2c_identity_user_flow_id('b2cIdentityUserFlow-id').identity_providers.by_identity_provider_id('identityProvider-id').ref.delete()