stringValue and stringValues attributes empty works fine for clearing them (headline, description, URLs, etc.), but it doesn't work for moneyWithCurrencyValue attributes (item price).<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201705" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="https://adwords.google.com/api/adwords/cm/v201705" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header> <tns:RequestHeader> <tns:clientCustomerId>578-741-4405</tns:clientCustomerId> <tns:developerToken>XXXXXXXXXXXXXXXXXXXXXX</tns:developerToken> <tns:userAgent>Webrepublic Googletools/20.1.0 (AwApi-Python, googleads/5.6.0, Python/3.5.2)</tns:userAgent> <tns:validateOnly>false</tns:validateOnly> <tns:partialFailure>false</tns:partialFailure> </tns:RequestHeader> </SOAP-ENV:Header> <ns1:Body> <ns0:mutate> <ns0:operations> <ns0:operator>SET</ns0:operator> <ns0:operand> <ns0:feedId>59560008</ns0:feedId> <ns0:feedItemId>19849123362</ns0:feedItemId> <ns0:attributeValues> <ns0:feedAttributeId>5</ns0:feedAttributeId> <ns0:stringValue/> </ns0:attributeValues> <ns0:attributeValues> <ns0:feedAttributeId>6</ns0:feedAttributeId> <ns0:stringValue/> </ns0:attributeValues> <ns0:attributeValues> <ns0:feedAttributeId>8</ns0:feedAttributeId> <ns0:stringValue/> </ns0:attributeValues> <ns0:attributeValues> <ns0:feedAttributeId>9</ns0:feedAttributeId> <ns0:stringValues/> </ns0:attributeValues> <ns0:attributeValues> <ns0:feedAttributeId>10</ns0:feedAttributeId> <ns0:stringValues/> </ns0:attributeValues> </ns0:operand> </ns0:operations> </ns0:mutate> </ns1:Body></SOAP-ENV:Envelope><?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201705" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="https://adwords.google.com/api/adwords/cm/v201705" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header> <tns:RequestHeader> <tns:clientCustomerId>578-741-4405</tns:clientCustomerId> <tns:developerToken>XXXXXXXXXXXXXXXXXXXXXX</tns:developerToken> <tns:userAgent>Webrepublic Googletools/20.1.0 (AwApi-Python, googleads/5.6.0, Python/3.5.2)</tns:userAgent> <tns:validateOnly>false</tns:validateOnly> <tns:partialFailure>false</tns:partialFailure> </tns:RequestHeader> </SOAP-ENV:Header> <ns1:Body> <ns0:mutate> <ns0:operations> <ns0:operator>SET</ns0:operator> <ns0:operand> <ns0:feedId>59560008</ns0:feedId> <ns0:feedItemId>19849123362</ns0:feedItemId> <ns0:attributeValues> <ns0:feedAttributeId>7</ns0:feedAttributeId> <ns0:moneyWithCurrencyValue/> </ns0:attributeValues> </ns0:operand> </ns0:operations> </ns0:mutate> </ns1:Body></SOAP-ENV:Envelope><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201705"> <requestId>00055a0016460a310a3728247807d3c1</requestId> <serviceName>FeedItemService</serviceName> <methodName>mutate</methodName> <operations>1</operations> <responseTime>174</responseTime> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]</faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201705"> <message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="InternalApiError"> <fieldPath/> <trigger/> <errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString> <ApiError.Type>InternalApiError</ApiError.Type> <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body></soap:Envelope> <operations>
<operator>SET</operator>
<operand>
<feedId>YOUR_FEED_ID</feedId>
<feedItemId>YOUR_FEED_ITEM_ID</feedItemId>
<attributeValues>
<feedAttributeId>7</feedAttributeId>
<moneyWithCurrencyValue>
<money>
<microAmount>0</microAmount>
</money>
<currencyCode>USD</currencyCode>
</moneyWithCurrencyValue>
</attributeValues>
</operand>
</operations><ns0:attributeValues> <ns0:feedAttributeId>25</ns0:feedAttributeId> <ns0:moneyWithCurrencyValue> <ns0:money> <ns0:microAmount>0</ns0:microAmount> </ns0:money> <ns0:currencyCode>CHF</ns0:currencyCode> </ns0:moneyWithCurrencyValue></ns0:attributeValues><attributeValues> <feedAttributeId>25</feedAttributeId> <moneyWithCurrencyValue> <ComparableValue.Type>MoneyWithCurrency</ComparableValue.Type> <money> <ComparableValue.Type>Money</ComparableValue.Type> <microAmount>0</microAmount> </money> <currencyCode>CHF</currencyCode> </moneyWithCurrencyValue></attributeValues> <operations>
<operator>SET</operator>
<operand>
<feedId>FeedId</feedId>
<feedItemId>FeedItemId</feedItemId>
<attributeValues>
<feedAttributeId>7</feedAttributeId>
</attributeValues>
</operand>
</operations>