Delete an Item
Deletes one or many items in a given SharePoint list using the Microsoft Graph API.
To use this procedure, make sure your agent has learned the Sharepoint Book (BDK).
Syntax
Below is a line-by-line overview of the automation syntax. Expand each line to learn more.
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?