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
command=delete
(main | echopushsubscriptions | delete)
- 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: Echo
- License: MIT
Unregister push subscriptions for the current user or another specified user.
Specific parameter:
Other general parameters are available.
- providertoken
The token associated with the push subscription to unregister.
- This parameter is required.
- Separate values with | or alternative.
- Maximum number of values is 50 (500 for clients that are allowed higher limits).
Example:
- Unregister a push subscription for the current user.
- api.php?action=echopushsubscriptions&command=delete&providertoken=ABC123 [open in sandbox]