DeleteUser
Delete a user in your Smartsheet account.
Input
| Name | Type | Required | Description |
| UserId | String | True | The unique identifier of the user to be deleted. |
| RemoveFromSharing | Boolean | False | Boolean value indicating whether to remove the user's access to all assets created by them in your account. |
| TransferOwnership | Boolean | False | Boolean value indicating whether to transfer ownership of all the deleted user's assets to another user. By default, the ownership is transferred to the group owner of each group the deleted user was part of. |
| TransferTo | String | False | The unique identifier of the user to which the assets of the deleted user will be transferred to. Applies only when 'TransferOwnership' is set to true. Use this parameter to override the default behavior of 'TransferOwnership'. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | A boolean value indicating whether the operation was successful. Returns 'true' if the user was deleted, and 'false' otherwise. |