PIOTEAM-41 remove creationTime.
diff --git a/examples/event_sample.py b/examples/event_sample.py
index 9c6952f..a2de24c 100644
--- a/examples/event_sample.py
+++ b/examples/event_sample.py
@@ -42,7 +42,6 @@
     "anotherProperty" : "value2"
   },
   "eventTime" : "2004-12-13T21:39:45.618Z",
-  "creationTime" : "2014-09-01T21:40:45.123+01:00"
 }
 print("Second Event response")
 print(client.create_event(second_event_data))