Open the Portico Developer Guide site
PosGateway Schema
Delete Element
PosGateway Schema > ManageTokensReqType Complex Type > TokenActions Element : Delete Element
Namespace http://Hps.Exchange.PosGateway
Diagram
Attribute Element Sequence Delete Element
Overview
Sequence 0..100
Attribute

The name of the attribute to delete. If an attribute is not provided, the token will be deleted.

Source
<xs:element name="Delete" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence minOccurs="0" maxOccurs="100">
      <xs:element name="Attribute">
        <xs:annotation>
          <xs:documentation>
            <p xmlns="http://Hps.Exchange.PosGateway">The name of the attribute to delete. If an attribute is not provided, the token will be deleted.</p>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
TokenActions ElementManageTokensReqType Complex TypePosGateway Schema