Delete Product Parameter

Delete a product parameter definition.

delete

/v1/catalog/products/{productId}/parameters/{id}

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

No body

Last updated

Was this helpful?