3.1.4.2.2.1 DeleteCustomEventUsageDataForSite

The DeleteCustomEventUsageDataForSite element specifies the input data for the DeleteCustomEventUsageDataForSite WSDL operation.

 <xs:element name="DeleteCustomEventUsageDataForSite" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="tenantId" type="ser:guid"/>
       <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="siteId" type="ser:guid"/>
       <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="appEventTypeId" type="ser:guid"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

tenantId: The identifier of the tenant.

siteId: The identifier of the Web site (2).

appEventTypeId: The identifier of the application-specific event type. The identifier MUST correspond to an application-specific event type that is registered for this tenant.