Delete Parameter Group

Deletes a parameter group from a given product.

delete

/v1/catalog/products/{productId}/parameter-groups/{id}

Path parameters
productIdstringrequired
idstringrequired
Responses
curl -L \
  --request DELETE \
  --url '/v1/catalog/products/{productId}/parameter-groups/{id}'

No body

Last updated

Was this helpful?