---
title: "Disables two step verification via authenticator for the specified user."
method: POST
path: "/v1/users/{userId}/configuration/authenticator/disable"
tags: ["Accounts"]
---

# Disables two step verification via authenticator for the specified user.

`POST /v1/users/{userId}/configuration/authenticator/disable`

## Path parameters

- `userId` integer, required

## Request body

- RobloxTwoStepVerificationApiDisableTwoStepVerificationRequest — Request information needed to disable two step verification.
  - `password` string — The user's password.
  - `reauthenticationToken` string — A re-authentication token redeemable for any password check.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 2: The user ID is invalid. 4: The password is invalid.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 8: The user is not allowed to perform the requested action.
- `429` — 5: Too many requests.
- `503` — 7: Two step verification is currently under maintenance.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
