Pomoc API MediaWiki
To jest automatycznie wygenerowana strona dokumentacji API MediaWiki.
Dokumentacja i przykłady: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
command=delete
(main | readinglists | delete)
- Ten moduł jest wewnętrzny lub niestabilny. Jego działanie może się zmienić bez uprzedzenia.
- Ten moduł wymaga praw odczytu.
- Ten moduł wymaga praw zapisu.
- Ten moduł akceptuje tylko żądania POST.
- Źródło: ReadingLists
- Licencja: GPL-2.0-or-later
Delete a list belonging to the current user.
Deleted lists remain available for some amount of time through the readinglists and readinglistentries modules (via the changedsince parameter). There is no way to undelete.
Parametry:
Other general parameters are available.
- list
Identyfikator listy, Wymagany, z wyjątkiem usuwania wsadowego.
- Typ: liczba całkowita
- batch
Batch data for deleting multiple lists in a single request, in the form of a JSON array with one or more objects with a list field.
Przykłady:
- Delete the reading list with ID 11.
- api.php?action=readinglists&command=delete&list=11&token=123ABC [otwórz w brudnopisie]
- Delete multiple lists.
- api.php?action=readinglists&command=delete&batch=%5B%7B%22list%22%3A11%7D%2C%7B%22list%22%3A12%7D%5D&token=123ABC [otwórz w brudnopisie]