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

action=removeauthenticationdata

(main | removeauthenticationdata)
  • Ta modul zahteva pravice branja.
  • This module requires write rights.
  • Ta modul sprejema samo zahtevke POST.
  • Source: MediaWiki
  • License: GPL-2.0-or-later

Remove authentication data for the current user.

Specifični parametri:
Na voljo so tudi drugi splošni parametri.
request

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

Ta parameter je obvezen.
token

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

Ta parameter je obvezen.
Zgled:
Poskus odstranitve podatkov trenutnega uporabnika za FooAuthenticationRequest.
api.php?action=removeauthenticationdata&request=FooAuthenticationRequest&token=123ABC [open in sandbox]