Before deleting a user from box system we can transfer the root folder from one user account to
another.
Once the root folder is transfered only then delete api muat 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.
Do box have single delete box user api that will help to transfer as well as delete the box user?