DeleteReportShare
Deletes a report share in your Smartsheet account.
Stored Procedure-Specific Information
To execute this procedure, enter:EXEC DeleteReportShare ReportId='8284296482606980', ShareId='AAAd8aDaFOeE'
Input
| Name | Type | Required | Description |
| ReportId | String | True | The unique identifier of the report which was shared. |
| ShareId | String | True | The unique identifier of the report share. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean value indicating whether the operation was successful. Returns 'true' if the report share was deleted successfully, and 'false' otherwise. |