MediaWiki-API-Hilfe

Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.

Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=sxdelete

(main | sxdelete)
  • Dieses Modul erfordert Leserechte.
  • Dieses Modul erfordert Schreibrechte.
  • Dieses Modul akzeptiert nur POST-Anfragen.
  • Quelle: ContentTranslation
  • Lizenz: GPL-2.0-or-later

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

Spezifische Parameter:
Weitere allgemeine Parameter sind verfügbar.
translationid

The translation id associated with the draft section translation.

Dieser Parameter ist erforderlich.
Typ: Ganzzahl
sectionid

The id of the section of the draft section translation.

Dieser Parameter ist erforderlich.
token

Ein „csrf“-Token abgerufen von action=query&meta=tokens

Dieser Parameter ist erforderlich.
Beispiel:
Delete a draft associated with given translation id and section id.
api.php?action=sxdelete&translationid=1&sectionid=100_20 [in Spielwiese öffnen]