MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=unlinkaccount

(main | unlinkaccount)
  • Denne modulen krever lesetilgang.
  • Denne modulen krever skrivetilgang.
  • Denne modulen aksepterer bare POST forespørsler.
  • Source: MediaWiki
  • License: GPL-2.0+

Remove a linked third-party account from the current user.

Parametre:
request

Use this authentication request, by the id returned from action=query&meta=authmanagerinfo with amirequestsfor=unlink.

Denne parameteren er påkrevd.
token

A "csrf" token retrieved from action=query&meta=tokens

Denne parameteren er påkrevd.
Example:
Attempt to remove the current user's link for the provider associated with FooAuthenticationRequest.
api.php?action=unlinkaccount&request=FooAuthenticationRequest&token=123ABC [open in sandbox]