Deprecated: Deactivate Identity Provider (IDP)
POST/idps/:idpId/_deactivate
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Sets the state of the provider to inactive. It can only be called for the provider with the state active. Users will not be able to log in with the given provider afterward. It might cause troubles if it is the only authentication method of the user.
Request​
Responses​
- 200
- 400
- 403
- 404
- default
idp deactivated
Unable to deactivate IDP
Returned when the user does not have permission to access the resource.
Returned when the resource does not exist.
An unexpected error response.