DeleteDashboardShare
Delete a dashboard share in your Smartsheet account.
Input
| Name | Type | Required | Description |
| DashboardId | String | True | The unique identifier of the dashboard which was shared. |
| ShareId | String | True | The unique identifier of the dashboard share. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean value indicating whether the operation was successful. Returns 'true' if the dashboard share was deleted successfully, and 'false' otherwise. |