SSIS Components for Microsoft SharePoint

Build 25.0.9539

DeleteList

Permanently removes a SharePoint list from a site. Helps in decluttering SharePoint environments by removing deprecated lists.

Stored Procedure-Specific Information

The DeleteList stored procedure removes a list from SharePoint. The List parameter specifies the name of the list to delete.

To execute this procedure, enter:

EXEC DeleteList List = 'Test List';

Input

Name Type Required Description
List String True The name of the list to be deleted from the SharePoint server. Example: 'ProjectTasks' or 'EmployeeRecords'.

Result Set Columns

Name Type Description
Success Boolean Indicates whether the deletion operation was successful. Returns 'true' if the list was deleted successfully, otherwise 'false'.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539