Hi,
Even after providing "deletePermanent" flag "true" in other metadata headers, the user is not getting deleting user permanently. It is only doing a Soft delete.
I am referring to the documentation here - http://api.shephertz.com/app42-docs/user-management-service/#delete-user
Here's the code,
HashMap<String, String> otherMetaHeaders = new HashMap<String, String>();
otherMetaHeaders.put("deletePermanent", "true");
response = userService.deleteUser(userName);
regards,
Roopesh