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=wblremoveform
(main | wblremoveform)
- This module is internal or unstable. Its operation may change without notice.
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: WikibaseLexeme
- License: GPL-2.0-or-later
Removes Form from Lexeme
Parameters:
- id
ID of the Form, e.g. L10-F20
- This parameter is required.
- tags
Change tags to apply to the revision.
- Values (separate with | or alternative):
- bot
Mark this edit as bot. This URL flag will only be respected if the user belongs to the group "Bots".
- Type: boolean (details)
- baserevid
Base Revision ID of the Lexeme, if edit conflict check is wanted.
- Type: integer
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Example:
- Remove Form from the Lexeme with ID L10-F20
- api.php?action=wblremoveform&id=L10-F20 [open in sandbox]