Variable postSocialProviderDisconnectConst

postSocialProviderDisconnect: EndpointGeneric<{
    provider: string;
}, {}, {
    Password: string;
}> = ...

POST https://auth.roblox.com/v1/social/:provider/disconnect

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

The request body for additional parameters that may be required for disconnect

The social authentication provider, e.g. Facebook