MediaWiki API súgó
Ez egy automatikusan generált MediaWiki-API-dokumentációs lap.
Dokumentáció és példák: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=unlinkaccount
(main | unlinkaccount)
- Ez a modul olvasási jogot igényel.
- Ez a modul írási jogot igényel.
- Ez a modul csak POST kéréseket fogad el.
- Forrás: MediaWiki
- Licenc: GPL-2.0-or-later
Remove a linked third-party account from the current user.
Jellemző paraméterek:
Other general parameters are available.
- request
Use this authentication request, by the id returned from action=query&meta=authmanagerinfo with amirequestsfor=unlink.
- Ez a paraméter kötelező.
- token
Egy „csrf” token, az action=query&meta=tokens kéréssel lekérve
- Ez a paraméter kötelező.
Példa:
- Attempt to remove the current user's link for the provider associated with FooAuthenticationRequest.
- api.php?action=unlinkaccount&request=FooAuthenticationRequest&token=123ABC [megnyitás a homokozóban]