Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 442 Bytes

tablecolumn-delete-php-snippets.md

File metadata and controls

16 lines (9 loc) · 442 Bytes
description
Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\GraphServiceClient;


$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);


$graphServiceClient->drives()->byDriveId('drive-id')->items()->byDriveItemId('driveItem-id')->workbook()->tables()->byWorkbookTableId('workbookTable-id')->columns()->byWorkbookTableColumnId('workbookTableColumn-id')->delete()->wait();