[
    {
        "name": "delete_geofencing",
        "entity_name": "geofencing_delete_form",
        "entity_type": "job_builder_module",
        "static_page_content":null,
        "query_information": {
          "data": {
            "table1": [
              {
                "deleted_at": true,
                "deleted_by": true
              }
            ]
          },
          "table": [
            "geofences"
          ],
          "action": [
            "delete"
          ],
          "conditions": {
          "table1": [
            {
              "id": "$unique_id"
            }
          ]
          },
          "table_mapping": [
            "table1"
          ]
        }
    },
     {
        "name": "delete_temp_session",
        "entity_name": "delete_temp_session",
        "entity_type": "job_builder_module",
        "static_page_content":null,
        "query_information": {
          "table": [
            "temp_session_data"
          ],
          "action": [
            "hard_delete"
          ],
          "conditions": {
          "table1": [
            {
              "id": "$unique_id"
            }
          ]
          },
          "table_mapping": [
            "table1"
          ]
        }
    }
]