Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 535 Bytes

File metadata and controls

19 lines (12 loc) · 535 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\GraphServiceClient;
use Microsoft\Graph\Generated\Applications\Item\RemovePassword\RemovePasswordPostRequestBody;


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

$requestBody = new RemovePasswordPostRequestBody();
$requestBody->setKeyId('f0b0b335-1d71-4883-8f98-567911bfdca6');

$graphServiceClient->applications()->byApplicationId('application-id')->removePassword()->post($requestBody)->wait();