ClearItemUpdates
Clears updates associated with a specific item on a board.
Input
| Name | Type | Required | Description |
| ItemId | String | True | Specifies the unique identifier (ID) of the item for which updates are to be cleared. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Returns a boolean indicating whether the operation to clear updates for the specified item was successful. |
| Details | String | Provides additional details or messages about the execution of the operation, such as errors or warnings. |
| ItemId | String | Returns the unique identifier (ID) of the item for which updates were cleared. |