Skip to content

Latest commit

 

History

History
109 lines (84 loc) · 4.3 KB

File metadata and controls

109 lines (84 loc) · 4.3 KB
title Delete customAuthenticationExtension
description Delete a customAuthenticationExtension object.
author soneff
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type apiPageType
ms.date 12/10/2024

Delete customAuthenticationExtension

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Delete a customAuthenticationExtension object. The following derived types are currently supported.

[!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-custom-auth-ext-apis-write]

HTTP request

DELETE /identity/customAuthenticationExtensions/{customAuthenticationExtensionId}

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/identity/customAuthenticationExtensions/5c82815a-ee61-4c9b-9f4b-914a708a0c68

[!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

The following example shows the response.

HTTP/1.1 204 No Content