  | StockLocationDeleteRelation Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Stocks
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Services.StockService.DeleteStockLocationRelation(String, Int64) instead.")]
public bool DeleteRelation(
	string shopId,
	long stockLocationId
)<ObsoleteAttribute("Use Services.StockService.DeleteStockLocationRelation(String, Int64) instead.")>
Public Function DeleteRelation ( 
	shopId As String,
	stockLocationId As Long
) As BooleanParameters
- shopId
 - Type: SystemString
 - stockLocationId
 - Type: SystemInt64
 
Return Value
Type: 
Boolean
See Also