Delete SharePoint List Item
sharepoint_delete_list_itemDelete a SharePoint list item by specifying the site, list, and item IDs. This action removes the record and may send it to the recycle bin.
Instructions
Delete an item from a SharePoint list. This is a write operation and may move the item to the site recycle bin. Requires delegated Sites.ReadWrite.All. Chinese intents / 中文意图: 删除SharePoint列表项, 删除清单记录, 移除SharePoint数据.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | SharePoint list item ID to delete. | |
| listId | Yes | SharePoint list ID. | |
| siteId | Yes | SharePoint site ID. |