Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 301 Bytes

delete-appmanagementpolicy-python-snippets.md

File metadata and controls

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

graph_client = GraphServiceClient(credentials, scopes)


await graph_client.policies.app_management_policies.by_app_management_policy_id('appManagementPolicy-id').delete()