MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

Liquipedia API restrictions

Liquipedia API calls are rate limited, see https://liquipedia.net/api-terms-of-use for further information. Violating access will be blocked to protect our server.

All Liquipedia text content is available under the CC BY-SA 3.0 license (see https://creativecommons.org/licenses/by-sa/3.0/us/). Images have varying licenses (see the file pages of the images).

action=removeauthenticationdata

(main | removeauthenticationdata)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: MediaWiki
  • License: GPL-2.0-or-later

Remove authentication data for the current user.

Specific parameters:
Other general parameters are available.
request

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

This parameter is required.
token

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

This parameter is required.
Example:
Attempt to remove the current user's data for FooAuthenticationRequest.
api.php?action=removeauthenticationdata&request=FooAuthenticationRequest&token=123ABC [open in sandbox]