Skip to main content

Delete Identity Provider

DELETE 

/api/users/me/providers/:provider

Delete an identity provider from the connected identity providers of the current user.

Requirements

  • You are not allowed to delete the password identity or the only existing identity.

A security alert will be sent to the user's email if this setting is enabled and email is enabled and configured correctly.

Tokens

  • A valid AccessToken is required.
  • A valid StepUpToken is required. This token should match user and session contained in the AccessToken.

Request

Responses

Success.