Bantuan API MediaWiki

Ini merupakan laman dokumentasi MediaWiki API yang dihasilkan secara automatik.

Dokumentasi dan contoh-contoh: https://www.mediawiki.org/wiki/API

action=csdeletereply

(main | csdeletereply)
  • Modul ini memerlukan hak membaca.
  • Modul ini menerima permohonan POST sahaja.
  • Source: CommentStreams
  • License: MIT

Delete a reply. Either pageid or title must be provided.

Parameter:
Other general parameters are available.
pageid

page ID of the page which holds the reply to delete

Type: integer
title

title of the page which holds the reply to delete

token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.
Contoh-contoh:
delete reply with page ID 3
api.php?action=csdeletereply&pageid=3 [open in sandbox]
delete reply with page title CommentStreams:3
api.php?action=csdeletereply&title=CommentStreams:3 [open in sandbox]