Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=unlinkaccount
(main | unlinkaccount)
- Ten moduł wymaga praw odczytu.
- Ten moduł wymaga praw zapisu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: MediaWiki
- Licencja: GPL-2.0-or-later
Remove a linked third-party account from the current user.
Parametry:
Other general parameters are available.
- request
- Użyj tego żądania poświadczeń za pośrednictwem id od action=query&meta=authmanagerinfo z amirequestsfor=unlink. 
- Ten parametr jest wymagany.
- token
- Token „csrf” pobrany z action=query&meta=tokens 
- Ten parametr jest wymagany.
Przykład:
- Attempt to remove the current user's link for the provider associated with FooAuthenticationRequest.
- api.php?action=unlinkaccount&request=FooAuthenticationRequest&token=123ABC [otwórz w brudnopisie]