SharePoint Online Connector
Documentation
Version: 17
Documentation

EndPoint Delete Item (File or Folder)


Name

delete_item

Description

No description available

Parameters

Parameter Label Required Options Description
DriveId Drive Id YES Specify a drive
ItemId File/Folder Id or Path (e.g. root:/myfolder: -OR- root:/myfolder/file.xyz: ) - Max 1000 Listed YES Specify an item Id you like to delete
SiteId Site Id (Re-Select Drive Id after you change this) NO Specify a site

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Status DT_WSTR nvarchar(4000) 4000 False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Id DT_WSTR nvarchar(4000) 4000 False
Required columns that you need to supply are bolded.

Examples

SSIS

Use SharePoint Online Connector in API Source component to read data or in API Destination component to read/write data:

Delete Item (File or Folder) using API Source

SharePoint Online
Delete Item (File or Folder)
SSIS API Source - Read from table or endpoint

Delete Item (File or Folder) using API Destination

SharePoint Online
Delete Item (File or Folder)
SSIS API Destination - Access table or endpoint