DeleteSubscriptionSearchCriteria data structure

       

subscriptionDomainName

Name of the Subscription Domain

string

1

subscriptionIdentifier

Unique identifier assigned by the database

string

1

Specification:

<xs:complexType name="DeleteSubscriptionSearchCriteria">

  <xs:sequence>

    <xs:element name="subscriptionDomainName" nillable="true" type="xs:string"/>

    <xs:element name="subscriptionIdentifier" nillable="true" type="xs:string"/>

  </xs:sequence>

</xs:complexType>

Example