extern "C" CMDAPIIMPORT APIRET CMDUnsetAlias ( const char * name ) ;
This function unsets the value of the alias named by the string pointed to by the name parameter. It returns zero on success and a non-zero system error code on failure. The non-existence of an alias by the given name is treated as failure.
If the alias name contains an equals ('=') character, the behaviour is undefined.