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
}

Documentation Index

Fetch the complete documentation index at: https://docs.bedolagam.ru/llms.txt

Use this file to discover all available pages before exploring further.

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