Delete Enum

Deleting an Enum removes it from the system.

An Enum can be deleted only when it is not used elsewhere in the system.

Steps to Delete an Enum:

  1. Navigate to the Enums Section

    • Click the Data icon in the Primary Left Panel to expand the menu.

    • Select Enums from the menu. The Secondary Left Panel will display the list of Enums.

  2. Access the Enum to Delete

    • Hover over the Enum you wish to delete.

    • Click the Kebab menu (three dots) that appears.

    • Select the Delete icon from the menu.

  3. Confirm Deletion

    • If the Enum is in use, the Delete option will be disabled, and you will be notified that the Enum cannot be deleted.

    • If the Enum is not in use:

      • A confirmation dialog will appear asking if you are sure you want to delete the Enum.

      • Confirm the deletion by clicking Delete.

      • If you decide not to delete, click Cancel to abort the deletion process.

  4. Completion

    1. Once confirmed, the Enum will be removed from the list in the Secondary Left Panel.

Last updated