Delete Associated Product
Request Parameters:
This method allows to Delete associated product
URL for nopCommerce 4.10 :
Api/Admin/DeleteAssociatedProduct
Headers :
Content-Type : application/json
Parameter: Required [AssociatedProductId]
{
"ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
"RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
"AssociatedProductId":"45"
}
Note: AssociatedProductId is Id which is associated with any other product. For example. If parent product id is 1 and associated product id is 2.Then for remove associate product id 2.Pass parameter 2 as associatedProductId.
Response :
{
"Message": "Associated Product deleted successfully for id : 45"
}