Ayuda de la API de MediaWiki

Esta es una página de documentación autogenerada de la API de MediaWiki.

Documentación y ejemplos: https://www.mediawiki.org/wiki/API

action=csDeleteComment

(main | csDeleteComment)
  • Este módulo requiere permisos de lectura.
  • Este módulo solo acepta solicitudes POST.
  • Fuente: CommentStreams
  • Licencia: MIT

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

Parámetros:
pageid

page ID of the page which holds the comment to delete

Tipo: entero
title

title of the page which holds the comment to delete

token

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

Este parámetro es obligatorio.