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=downtimeunvote
(main | downtimeunvote)
- This module requires read rights.
- This module requires write rights.
- This module only accepts POST requests.
- Source: MFInteractiveMapSync
- License: MIT
Withdraw the logged-in user's Downtime vote for an event (interactive map, Track O).
Specific parameters:
Other general parameters are available.
- event_id
The Downtime event's short code (e.g. E2).
- This parameter is required.
- token
A "csrf" token retrieved from action=query&meta=tokens
- This parameter is required.
Example:
- Remove the user's vote in event E2.
- api.php?action=downtimeunvote&event_id=E2&token=123ABC [open in sandbox]