Delete Product Attribute value
Request Parameters:
This method allows to delete product attribute value
URL for nopCommerce 4.10 :
Api/Admin/DeleteProductAttributeValue
Headers :
Content-Type : application/json
Parameter: Required [ProductAttributeValueId]
{
"ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
"RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
"ProductAttributeValueId":"44"
}
Response :
{
"Message": "Product attribute value deleted successfully for id : 44"
}