DeleteList
Permanently removes a SharePoint list from a site. Helps in decluttering SharePoint environments by removing deprecated lists.
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'. |