DeleteList
Permanently deletes a list from a SharePoint site.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the list on the SharePoint server. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful or not. |
| ErrorCode | Integer | The error code in case the procedure is not executed successfully. |
| ErrorMessage | String | The error message in case the procedure is not executed successfully. |