Start a new topic

Removing the User from the System

I want remove user and use for it:

[[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?



1 Comment

This cannot be done from the iOS SDK, and has to be done through the web console or REST API http://devcenter.kinvey.com/rest/guides/users#APIVersion2
Login or Signup to post a comment