| title | Delete qrCodePinAuthenticationMethod |
|---|---|
| description | Delete a user's QR code PIN authentication method. |
| author | jpettere |
| ms.reviewer | intelligentaccesspm |
| ms.date | 01/27/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | apiPageType |
Namespace: microsoft.graph
Delete a user's qrCodePinAuthenticationMethod object. This deletes the entire QR code PIN authentication method, including both QR codes (standard and temporary) and the PIN.
[!INCLUDE national-cloud-support]
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-apis-write-others]
DELETE /users/{id | userPrincipalName}/authentication/qrCodePinMethod| Name | Description |
|---|---|
| Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Don't supply a request body for this method.
If successful, this method returns a 204 No Content response code.
The following example shows a request.
DELETE https://graph.microsoft.com/v1.0/users/7c4999ca-a540-47ab-9ab9-8c362f5bf0fe/authentication/qrCodePinMethodThe following example shows the response.
HTTP/1.1 204 No Content