deleteUserGoAhead WebServer APIGoAhead EMF

Synopsis

Remove a user from the user database.

Prototype

Int DeleteUser(char_t * user)  

Parameters

User User ID

Description

User deleted.

Return Value

0 if successful -1 on error.

Example

nCheck = DeleteUser("misterripley"); 	  

See Also:

addUser