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=deleteentry
(main | readinglists | deleteentry)
- มอดูลนี้เป็นมอดูลภายในหรือไม่เสถียร การดำเนินการของมอดูลนี้อาจเปลี่ยนแปลงได้โดยไม่แจ้งให้ทราบล่วงหน้า
- มอดูลนี้ต้องการสิทธิในการอ่าน
- มอดูลนี้ต้องการสิทธิในการเขียน
- มอดูลนี้ยอมรับเฉพาะคำขอ POST เท่านั้น
- แหล่งที่มา: ReadingLists
- สัญญาอนุญาต: GPL-2.0-or-later
Delete a page from a list belonging to the current user.
Specific parameters:
Other general parameters are available.
- entry
Entry ID. Required unless doing batch deletion.
- Type: integer
- batch
Batch data for deleting multiple list entries in a single request, in the form of a JSON array with one or more objects with an entry field.
ตัวอย่าง:
- Delete the list entry with ID 8.
- api.php?action=readinglists&command=deleteentry&entry=8&token=123ABC [เปิดในกระบะทราย]
- Delete multiple list entries.
- api.php?action=readinglists&command=deleteentry&batch=%5B%7B%22entry%22%3A8%7D%2C%7B%22entry%22%3A9%7D%5D&token=123ABC [เปิดในกระบะทราย]