cleanEventConfigurationRequest

Deletes event records in a user’s database based on how long the item has been in the database.

Definitions

all

Specifies whether all events and configurations are removed from a user’s account.

status

Specifies whether the request was successful.

code

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

Remarks

The POA calls cleanEventConfigurationRequest during nightly maintenance to reduce the size of user databases.

For a better understanding of nightly maintenance, see Event Records.

Example

<cleanEventConfigurationRequest>
   <all>1</all>
</cleanEventConfigurationRequest>

<cleanEventConfigurationResponse>
   <status>
      <code>0</code>
   </status>
</cleanEventConfigurationResponse>