I'm setting up a procedure to Nuke a single variant.

Here's what I'm sending to the server:

Code:
<AspDotNetStorefrontImport Version="9.0">
  <Product Action="Update" ID="289">
    <Variants Autocleanup="true">
      <Variant Action="Nuke" ID="995" />
    </Variants>
  </Product>
</AspDotNetStorefrontImport>
Code:
<?xml version="1.0" encoding="utf-8"?>
<AspDotNetStorefrontImportResult Version="9.0" DateTime="5/30/2011 7:54:24 AM">
  <Item NodeType="Product" Name="" GUID="" ID="289" ActionTaken="Update" Status="OK" Message="" />
  <Error Message="Exception, Message=Invalid column name 'VariantID'." />
</AspDotNetStorefrontImportResult>
The variant is actually being deleted, but obviously there is an error and I can't be sure the variant was nuked.