MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=unlinkaccount
(main | unlinkaccount)
- このモジュールは読み取りの権限を必要とします。
 - このモジュールは書き込みの権限を必要とします。
 - このモジュールは POST リクエストのみを受け付けます。
 - ソース: MediaWiki
 - ライセンス: GPL-2.0-or-later
 
Remove a linked third-party account from the current user.
パラメーター:
その他一般パラメーターが利用可能です。
- request
 Use this authentication request, by the id returned from action=query&meta=authmanagerinfo with amirequestsfor=unlink.
- この変数は必須です。
 - token
 action=query&meta=tokens から取得した「csrf」トークン
- この変数は必須です。
 
例:
- Attempt to remove the current user's link for the provider associated with FooAuthenticationRequest.
 - api.php?action=unlinkaccount&request=FooAuthenticationRequest&token=123ABC [サンドボックスで開く]