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=sxdelete

(main | sxdelete)
  • Questo modulo richiede i diritti di lettura.
  • Questo modulo richiede i diritti di scrittura.
  • Questo modulo accetta solo richieste POST.
  • Fonte: ContentTranslation
  • Licenza: GPL-2.0-or-later

Delete the draft section translation and its parallel corpora from database.

Parametri specifici:
Sono disponibili altri parametri generali.
sectiontranslationid

The section translation id associated with the draft section translation.

This parameter is required.
Type: integer
translationid

The translation id associated with the draft section translation.

This parameter is required.
Type: integer
sectionid

The id of the section of the draft section translation.

This parameter is required.
token

Un token "csrf" recuperato da action=query&meta=tokens

This parameter is required.
Esempio:
Delete a draft associated with given translation id and section id.
api.php?action=sxdelete&translationid=1&sectionid=100_20 [apri in una sandbox]