# del\_enum\_member

delete a member of enum - a symbolic constant enum\_id - id of enum value - value of symbolic constant. serial - serial number of the constant in the enumeration. See [op\_enum](https://docs.hex-rays.com/9.0/developer-guide/idc/idc-api-reference/alphabetical-list-of-idc-functions/704)() for for details. bmask - bitmask of the constant ordinary enums accept only -1 as a bitmask returns: 1-ok, 0-failed

success del\_enum\_member(long enum\_id, long value, long serial, long bmask);
