Remove recovery codes from a user
DELETE/v2/users/:userId/recovery_codes
Remove all recovery codes from the authenticated user. This will disable the recovery code second factor.
Request​
Responses​
- 200
- 400
- 401
- 403
- default
OK
The request is malformed.
Returned when the user is not authenticated.
Returned when the user does not have permission to access the resource.
An unexpected error response.