[
    {
        "name": "delete_menu",
        "entity_name": "menu_mangement_delete_form",
        "entity_type": "job_builder_module",
        "static_page_content":null,
        "query_information": {
          "data": {
          "table1": [
            {
            "status_id": 3
            }
          ]
          },
          "table": [
            "menu"
          ],
          "action": [
            "update"
          ],
          "conditions": {
          "table1": [
            {
            "id": "$unique_id"
            }
          ]
          },
          "table_mapping": [
          "table1"
          ]
        }
      },
      {
        "name": "delete_wizard_group",
        "entity_name": "delete_wizard_group_form",
        "entity_type": "job_builder_module",
        "static_page_content":null,
        "query_information":{
          "data": {
            "table1": [
              {
                "status_id": 3
              }
            ]
          },
          "table": [
            "wizard_group"
          ],
          "action": [
            "update"
          ],
          "conditions": {
            "table1": [
              {
                "id": "$unique_id"
              }
            ]
          },
          "table_mapping": [
            "table1"
          ]
        }
    },
    {
      "name": "delete_device_registration",
      "entity_name": "delete_device_registration",
      "entity_type": "job_builder_module",
      "static_page_content":null,
      "query_information":{
        "data": {
          "table1": [
            {
              "status_id": 3
            }
          ]
        },
        "table": [
          "device_registration"
        ],
        "action": [
          "update"
        ],
        "conditions": {
          "table1": [
            {
              "id": "$unique_id"
            }
          ]
        },
        "table_mapping": [
          "table1"
        ]
      }
    }
]
