MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

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

action=removeauthenticationdata

(main | removeauthenticationdata)

  • Voor deze module zijn leesrechten nodig.

  • Voor deze module zijn schrijfrechten nodig.

  • This module only accepts POST requests.

  • Source: MediaWiki

  • License: GPL-2.0+

Remove authentication data for the current user.

Parameters:

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.

Voorbeeld:

Attempt to remove the current user's data for FooAuthenticationRequest.

api.php?action=removeauthenticationdata&request=FooAuthenticationRequest&token=123ABC

[open in sandbox]