This method enables the removal of a SubUser and will transfer all data to the specified user.
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| DeleteUserId | GUID | The user id of the user to delete | |
| TransferToUserId | GUID | The user id in the account where data will be transferred to |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| Success | Boolean | True if the user was deleted successfully |