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)
- Denna modul kräver läsrättigheter.
- Denna modul kräver skrivrättigheter.
- Denna modul accepterar endast POST-begäranden.
- Source: MediaWiki
- License: GPL-2.0+
Ta bort ett länkat tredjepartskonto från aktuell användare.
Parametrar:
- request
Use this authentication request, by the id returned from action=query&meta=authmanagerinfo with amirequestsfor=unlink.
- Denna parameter är obligatorisk.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Denna parameter är obligatorisk.
- nocache
- (no description)
- Type: boolean (details)
- prop_append
- (no description)
- Type: boolean (details)
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]