---
title: "Removes the given social authentication method from current Roblox user if it is connected."
method: POST
path: "/v1/social/{provider}/disconnect"
tags: ["Accounts"]
---

# Removes the given social authentication method from current Roblox user if it is connected.

`POST /v1/social/{provider}/disconnect`

## Path parameters

- `provider` string, required

## Request body

- RobloxAuthenticationApiModelsSocialAuthenticationDisconnectRequest
  - `Password` string

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — Bad request 2: Unsupported social provider type.
- `401` — 0: Authorization has been denied for this request.
- `403` — Forbidden 0: Token Validation Failed 3: Cannot disconnect the only authentication method. Password on account is required. 4: The password provided is invalid.
- `500` — Internal server error

## Changes

- **2026-09-03** `d9b4ae8b3380` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/social/:provider/disconnect/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)
