Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 285 Bytes

delete-retentionlabel-python-snippets.md

File metadata and controls

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

graph_client = GraphServiceClient(credentials, scopes)


await graph_client.security.labels.retention_labels.by_retention_label_id('retentionLabel-id').delete()