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