DeleteList
Permanently deletes a SharePoint list from the site. Useful when deprecating outdated or unused lists.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the SharePoint list to be deleted. Identifies the target list for removal. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the list deletion operation was successful. Returns 'true' for success and 'false' for failure. |
| ErrorCode | Integer | If the procedure fails, this field displays the corresponding error code. Useful for debugging and troubleshooting. |
| ErrorMessage | String | If the procedure fails, this field provides a detailed error message explaining the failure. Helps diagnose list deletion issues. |