  | VatGroupDelete Method (String, String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.International
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Services.VatGroups.Delete(vatGroupId, languageId) instead")]
public void Delete(
	string id,
	string languageId
)<ObsoleteAttribute("Use Services.VatGroups.Delete(vatGroupId, languageId) instead")>
Public Sub Delete ( 
	id As String,
	languageId As String
)Parameters
- id
 - Type: SystemString
 - languageId
 - Type: SystemString
 
See Also