Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 294 Bytes

delete-call-1-php-snippets.md

File metadata and controls

16 lines (9 loc) · 294 Bytes
description
Automatically generated file. DO NOT MODIFY
<?phpuseMicrosoft\Graph\GraphServiceClient; $graphServiceClient = newGraphServiceClient($tokenRequestContext, $scopes); $graphServiceClient->communications()->calls()->byCallId('call-id')->delete()->wait();
close