Помощ за МедияУики API

Това е автоматично генерирана страница за документация на МедияУики API.

Документация и примери: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=deleteglobalaccount

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

Изтриване на глобален потребител.

Specific parameters:
Other general parameters are available.
user

Потребител за изтриване.

This parameter is required.
reason

Причина за изтриване на потребителя.

token

Маркер „deleteglobalaccount“, получен от action=query&meta=tokens

This parameter is required.
Пример:
Изтриване на глобалната сметка за User:Example
api.php?action=deleteglobalaccount&user=Example&reason=Because+I+can [open in sandbox]