delete_list_item
Delete a specific item from a SharePoint list by providing the list ID and item ID, removing unwanted entries.
Instructions
Delete an item from a SharePoint list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | No | SharePoint site ID | |
| site | No | Known SharePoint site alias or canonical URL | |
| siteUrl | No | Canonical SharePoint site URL | |
| listId | Yes | SharePoint list ID | |
| itemId | Yes | List item ID to delete |