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=csdeletereply
(main | csdeletereply)
- This module requires read rights.
- This module only accepts POST requests.
- Source: CommentStreams
- License: MIT
Delete a reply. Either pageid or title must be provided.
Specific parameters:
Other general parameters are available.
- entityid
Comment or reply ID
- Type: integer
- title
- Deprecated.
title of the page which holds the reply to delete
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Example:
- delete reply with page ID 3
- api.php?action=csdeletereply&entityid=3 [open in sandbox]