[
  {
    "name": "delete_tickets",
    "entity_name": "delete_tickets_form",
    "entity_type": "job_builder_module",
    "static_page_content": null,
    "query_information": {
      "data": {
        "table1": [
          {
            "status_id": 3
          }
        ]
      },
      "table": ["tickets"],
      "action": ["update"],
      "conditions": {
        "table1": [
          {
            "id": "$unique_id"
          }
        ]
      },
      "table_mapping": ["table1"]
    }
  },
  {
    "name": "delete_customer_organization",
    "entity_name": "delete_customer_organization_form",
    "entity_type": "job_builder_module",
    "static_page_content": null,
    "query_information": {
      "data": {
        "table1": [
          {
            "status_id": 3
          }
        ]
      },
      "table": ["customer_organizations"],
      "action": ["update"],
      "conditions": {
        "table1": [
          {
            "uuid": "$unique_id"
          }
        ]
      },
      "table_mapping": ["table1"]
    }
  },
  {
    "name": "delete_organization_users",
    "entity_name": "delete_organization_users_form",
    "entity_type": "job_builder_module",
    "static_page_content": null,
    "query_information": {
      "data": {
        "table1": [
          {
            "status_id": 3
          }
        ]
      },
      "table": ["organization_users"],
      "action": ["update"],
      "conditions": {
        "table1": [
          {
            "uuid": "$unique_id"
          }
        ]
      },
      "table_mapping": ["table1"]
    }
  }
]
