A.55 Deleting a User That Owns Resources from the GroupWise System

Request:
DELETE https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testMoveUser2

JSON Response: 
{
  "error" : true,
  "httpStatusCode" : 403,
  "statusCode" : 56073,
  "statusMsg" : "User owns resources that must be transferred before it can be deleted",
  "locationHeader" : null
}

XML Response:
<apiStatus>
  <error>true</error>
  <httpStatusCode>403</httpStatusCode>
  <statusCode>56073</statusCode>
  <statusMsg>User owns resources that must be transferred before it can be deleted</statusMsg>
</apiStatus>

Response Status: 
403 - Forbidden
56073: User owns resources that must be transferred before it can be deleted