Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 2.21 KB

File metadata and controls

78 lines (55 loc) · 2.21 KB
title Delete qrCodePinAuthenticationMethodConfiguration
description Delete a qrCodePinAuthenticationMethodConfiguration object.
author AanjuSingh
ms.date 02/24/2025
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type apiPageType

Delete qrCodePinAuthenticationMethodConfiguration

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Delete a qrCodePinAuthenticationMethodConfiguration object.

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

[!INCLUDE rbac-authentication-methods-policy-apis-write]

HTTP request

DELETE /policies/authenticationmethodspolicy/authenticationmethodconfigurations/qrcodepin

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this method returns a 204 No Content response code.

Examples

Request

The following example shows a request.

DELETE https://graph.microsoft.com/beta//beta/policies/authenticationmethodspolicy/authenticationmethodconfigurations/qrcodepin

Response

The following example shows the response.

HTTP/1.1 204 No Content