Skip to content

Latest commit

 

History

History
100 lines (75 loc) · 4 KB

File metadata and controls

100 lines (75 loc) · 4 KB
title Delete x509CertificateAuthenticationMethodConfiguration
description Delete the tenant-customized x509CertificateAuthenticationMethodConfiguration object and restore the default configuration.
author vimrang
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type apiPageType
ms.date 03/06/2024

Delete x509CertificateAuthenticationMethodConfiguration

Namespace: microsoft.graph

Delete the tenant-customized x509CertificateAuthenticationMethodConfiguration object and restore the default configuration.

[!INCLUDE national-cloud-support]

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/x509Certificate

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

DELETE https://graph.microsoft.com/v1.0/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/x509Certificate

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

HTTP/1.1 204 No Content