Delete an Item

Deletes one or many items in a given SharePoint list using the Microsoft Graph API.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

delete the item from list

What does it do? This is the base syntax for the procedure.

Where does it go? This phrase should be written on a new line.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — The item or items to be deleted must be specified for the item.

Examples

1. Example 1

delete the created item in list

2. Example 2

get the list as the slist
get the slist's items whose "Title" is "First Item"
use the above as the items
delete the items in list

Last updated

Was this helpful?