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=wblremovesense

(main | wblremovesense)
  • This module is internal or unstable, and you should not use it. 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 Sense from Lexeme

Specific parameters:
Other general parameters are available.
id

ID of the Sense, e.g. L10-S20

This parameter is required.
baserevid

Base Revision ID of the Lexeme, if edit conflict check is wanted.

Type: integer
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)
returnto

Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.

Type: page title
Accepts non-existent pages.
returntoquery

URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.

Default: (empty)
returntoanchor

URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.

Default: (empty)
token

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

This parameter is required.
Example:
Remove Sense from the Lexeme with ID L10-S20
api.php?action=wblremovesense&id=L10-S20 [open in sandbox]