  | GroupRelationDelete Method (String, String) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic void Delete(
	string theGroupId,
	string groupParentId = ""
)
Public Sub Delete ( 
	theGroupId As String,
	Optional groupParentId As String = ""
)
Parameters
- theGroupId
 - Type: SystemString
 - groupParentId (Optional)
 - Type: SystemString
 
See Also