Removes a contact group from the list of contacts. A contact group contains a list of users to whom notification messages can be sent.
None
None
db2ApiDf.h
SQL_API_RC SQL_API_FN
db2DropContactGroup (
db2Uint32 versionNumber,
void * pParmStruct,
struct sqlca * pSqlca);
typedef SQL_STRUCTURE db2DropContactData
{
char *piUserid;
char *piPassword;
char *piName;
} db2DropContactData;
This API is not supported on UNIX and Linux. However, you can access the same functionality through the SQL interface.