---
title: "Disables a batch of credentials for the specified user."
method: POST
path: "/v1/users/{userId}/configuration/security-key/disable"
tags: ["Accounts"]
---

# Disables a batch of credentials for the specified user.

`POST /v1/users/{userId}/configuration/security-key/disable`

## Path parameters

- `userId` integer, required

## Request body

- RobloxTwoStepVerificationApiDisableSecurityKeyRequest — Request information needed to disable two step verification.
  - `credentialNicknames` string[] — A array of nicknames of credentials to be deleted.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 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.
- `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/756260310407/schema)
