ClearItemUpdates
Removes all updates associated with a specific item on a board, clearing its update history.
Input
| Name | Type | Required | Description |
| ItemId | String | True | The unique identifier of the item being processed in the operation. This value is used to fetch or reference the specific item from the database. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean value indicating the success of the operation. A value of true confirms the operation was executed successfully, while false means there was an issue. |
| Details | String | A string containing additional information about the operation's execution, which could include errors, warnings, or other relevant insights about the process. |
| ItemId | String | The unique identifier of the item that was created, updated, or affected by the operation, returned as part of the result set. |