As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Vitalii Nevgadailov
[[KCSUser activeUser] removeWithCompletionBlock:^(NSArray *objectsOrNil, NSError *errorOrNil) {
//....
[KCSUser clearSavedCredentials];
}];
but the user is still in the system (only suspend)
how can I completely delete a user?
there's a possibility reactivate user from API?