---
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 a list of security keys.
  - `credentialNicknames` string[] — An array of nicknames of credentials to be deleted.
  - `credentialIDs` string[] — An array of IDs of credentials to be deleted. Preferred over nicknames.

## 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.

## Changes

- **2026-09-03** `d9b4ae8b3380` — 2 info
  - added the new optional request property `credentialIDs` (media type: application/json)
  - added the new optional request property `credentialIDs` (media type: text/json)

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/users/:userId/configuration/security-key/disable/post.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc.dev/roblox/apis/roblox-api/revisions/7c6787738100?raw)
