Skip to content

Latest commit

 

History

History
112 lines (76 loc) · 4.16 KB

b2cidentityuserflow-delete-identityproviders.md

File metadata and controls

112 lines (76 loc) · 4.16 KB
title description ms.localizationpriority doc_type author ms.subservice
Delete identityProvider from a b2cIdentityUserFlow (deprecated)
Delete an identityProvider from a b2cIdentityUserFlow. (deprecated)
medium
apiPageType
namkedia
entra-sign-in

Delete an identityProvider from a b2cIdentityUserFlow (deprecated)

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer] [!INCLUDE identityprovider-deprecate]

Delete an identity provider from a b2cIdentityUserFlow object. For more information about identity providers available for user flows, see the identityProviders API reference.

[!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-b2xb2c-user-flows-apis]

HTTP request

DELETE /identity/b2cUserFlows/{id}/identityProviders/{id}/$ref

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. If unsuccessful, a 4xx error will be returned with specific details.

Example

Request

The following example shows a request.

DELETE https://graph.microsoft.com/beta/identity/b2cUserFlows/B2C_1_CustomerSignUp/identityProviders/Facebook-OAUTH/$ref

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