Справка MediaWiki API
Это автоматически сгенерированная страница документации MediaWiki API.
Документация и примеры: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=sxdelete
(main | sxdelete)
- Этот модуль требует прав на чтение.
- Этот модуль требует прав на запись.
- Этот модуль принимает только POST-запросы.
- Источник: ContentTranslation
- Лицензия: GPL-2.0-or-later
Delete the draft section translation and its parallel corpora from database.
Определённые параметры:
Other general parameters are available.
- sectiontranslationid
The section translation id associated with the draft section translation.
- Это обязательный параметр.
- Тип: целочисленное значение
- translationid
The translation id associated with the draft section translation.
- Это обязательный параметр.
- Тип: целочисленное значение
- sectionid
The id of the section of the draft section translation.
- Это обязательный параметр.
- token
Токен «csrf», полученный из action=query&meta=tokens
- Это обязательный параметр.
Пример:
- Delete a draft associated with given translation id and section id.
- api.php?action=sxdelete&translationid=1§ionid=100_20 [открыть в песочнице]