Removes the events in the user's database for the specified key.
<removeEventsRequest> <key/> <from/> <until/> </removeEventsRequest>
String. Uniquely identifies the event configuration in a user's database. It is up to the application to control the uniqueness of the application key. GroupWise Web Services Events uses any key that it is passed. If two applications or two instances of an application pass the same key, GroupWise Web Services Events maps both to one event configuration structure in the user’s database.
Provides the starting date for the events to be removed.
Provides the ending date for the events to be removed.
Specifies whether getEventsRequest was successful.
Provides the error number related to the event. 0 means that the request was successful.
<removeEventsRequest> <key>GWEvents</key> </removeEventsRequest> <removeEventsResponse> <status> <code>0</code> </status> </removeEventsResponse>