Xsolla-logo

Delete linked network Client-side

delete/users/me/social_providers/{providerName}

Elimina la red social vinculada a la cuenta de usuario.

SecurityBearer
Request
path Parameters
providerName
required
string

Name of the social network connected to Login in Publisher Account. Can be: amazon, apple, babka, baidu, battlenet, discord, epicgames, facebook, github, google,kakao, linkedin, mailru, microsoft, msn, naver, ok, paypal, qq, reddit, steam, twitch, twitter, vimeo,vk, wechat, weibo, xbox, yahoo, yandex, youtube.

If you store user data in PlayFab, only twitch is available.

Responses
204

No content (Sin contenido)

401

Unauthorized (No autorizado)

403

Forbidden (Prohibido)

404

Not Found (No encontrado)

422

Unprocessable Entity (Entidad no procesable)

Request samples
curl --request DELETE \
  --url https://login.xsolla.com/api/users/me/social_providers/{providerName} \
  --header 'Authorization: Bearer BEARER_TOKEN'
Response samples
{
  • "error": {
    }
}