Delete Quota Convention

The following example shows the request and response that are defined in the XSD files for the DeleteQuotaConvention tag.

Request

This request follows the DeleteQuotaConvention tag defined in the XSD files.

<XmlInterfaceRequest>
    <DeleteQuotaConvention>
        <Name>abc</Name>
    </DeleteQuotaConvention>
</XmlInterfaceRequest>

Response

The response to this request follows the generic Response tag defined in the XSD files.

<Response>
        <Result>0</Result>
        <Command type="XmlInterfaceResponse">
                <Success count="1">Deleted 1 Quota Convention(s).</Success>
                <Failure count="0"></Failure>
        </Command>
</Response>