Before deleting a user from box system we can transfer the root folder from one user account to
another.
Once the root folder is transferred only then delete API must be triggered.
So in all, the delete operation will have to call two API one to transfer and another to delete.
But as the transfer API call will return synchronously.
For users with a large number of files and folders, this means the call could take minutes or hours to return.
So the delete operation will be in pending state until we receive the transfer API response.
Does box now have single API call to delete box user and also transfer the folder?