delete_list_item
Remove an item permanently from a list using its item ID and list ID. Use when an item was added by mistake or to delete instead of marking complete.
Instructions
Remove an item from a list.
Use this when:
Removing an item that was added by mistake
Deleting an item instead of marking it complete
Parameters:
itemId (required): ID of the item to delete
listId (required): ID of the list containing the item
Note: This permanently removes the item. Use update_list_item with status="completed" to check it off instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | ID of the item to delete | |
| listId | Yes | ID of the list containing the item |