AutoPay Deletion Response in XML Format

The following code snippet illustrates how the tags should be nested while sending the autopay deletion response in the XML format:
Note: You can delete an autopay request either for an accountId or autopayId.

Deleting the Autopay information for an AccountId or AutoPayId

<C1-DeleteAutoPayService>
    <accountautopayid>
        <AccountAutoPayId></AccountAutoPayId>
    </accountautopayid>
    <responseStatus></responseStatus>
    <responseMessage></responseMessage>
</C1-DeleteAutoPayService>

Related Topics

For more information on... See...
AutoPay Deletion Request in XML Format AutoPay Deletion Request in XML Format
AutoPay Deletion Request and Response - Tags in XML Format AutoPay Deletion Request and Response - Tags in XML Format
Sample AutoPay Deletion Request and Response in XML Format Sample AutoPay Add/Update Request and Response in XML Format