Skip to main content
POST
/
cabinet
/
auth
/
account
/
unlink
/
{provider}
Unlink Provider
curl --request POST \
  --url https://api.example.com/cabinet/auth/account/unlink/{provider} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
enum<string>
required
Available options:
google,
yandex,
discord,
vk

Response

Successful Response

success
boolean
required