activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity Activities

Last updated Mar 19, 2025

DeleteItems

Deletes SharePoint List Items from the specified list.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

Assembly: UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

Syntax

 DataTable DeleteItems(
	ISharepointList list,
	IEnumerable<string> columns = null,
	SharepointItemFilter filter = null
)DataTable DeleteItems(
	ISharepointList list,
	IEnumerable<string> columns = null,
	SharepointItemFilter filter = null
)

Parameters

list ISharepointList
The SharePoint list for which to delete the items.
columns IEnumerable<String> (Optional)
A list of column names to be retrieved. Use either display names or column names respecting the list setting. If omitted all known editable user columns will be fetched.
filter SharepointItemFilter (Optional)
Filter the items retrieved based on the available SharePoint List columns.

Return value

DataTable - The SharePoint list items deleted as a dynamic DataTable.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
© 2005-2025 UiPath. All rights reserved.