Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=removeauthenticationdata
(main | removeauthenticationdata)
- Этот модуль требует прав на чтение.
- Этот модуль требует права на запись.
- Этот модуль принимает только Post-запросы.
- Источник: MediaWiki
- Лицензия: GPL-2.0+
Remove authentication data for the current user.
Параметры:
- request
Use this authentication request, by the id returned from action=query&meta=authmanagerinfo with amirequestsfor=remove.
- Это обязательный параметр.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Это обязательный параметр.
Пример:
- Attempt to remove the current user's data for FooAuthenticationRequest.
- api.php?action=removeauthenticationdata&request=FooAuthenticationRequest&token=123ABC [open in sandbox]