Xsolla-logo

Delete linked network Client-side

delete/users/me/social_providers/{providerName}

Deletes social network linked to the user account.

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

401

Unauthorized

403

Forbidden

404

Not Found

422

Unprocessable Entity

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