deleteUser:password:error:(NSString *, NSString *, NSError **) method

Static Method which deletes the application connection/user with which the application has established a connection.

Syntax

public virtual BOOL deleteUser:password:error: (NSString * userName, NSString * passWord, NSError ** error)

Parameters

Returns

A BOOL is returned indicating if the user has been deleted or not.

Examples

Usage

A BOOL is returned indicating if the user has been deleted or not.