Skip to content

1.0.1 deleteRole

In deleteUser, the parameter user has the type WSUser. In deleteRole, the parameter role has the type WSRole.

Here are examples of calls to deleteUser and deleteRole:

WSRole role = new WSRole();
role.setRoleName("ROLE_WS");
role.setTenantId("organization_1");
binding.deleteRole(role);

There is no return.