removeEventConfigurationRequest

Removes the event configuration definition for the specified key.

Request

<removeEventConfigurationRequest>
   <key/>
</removeEventConfigurationRequest>

Definitions

key

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.

status

Specifies whether getEventsRequest was successful.

code

Provides the error number related to the event. 0 means that the request was successful.

Example

<removeEventConfigurationRequest>
   <key>GW1</key>
</removeEventConfigurationRequest>

<removeEventConfigurationResponse>
   <status>
      <code>0</code>
   </status>
</removeEventConfigurationResponse>