Delete a Product
Delete a Product for the provided Product ID.
Method Type | URI |
---|---|
DELETE | v90/ws/product/{productId}.ws |
URI Parameters
Parameter | Description | Type |
---|---|---|
productId | Identifier of the Product as stored in the database. | Integer |
Sample Response
Success
HTTP Status Code: 204
Header-Location: Deleted
Failure
HTTP Status Code: 404
Response Body: The specific product with id 45345 was not found.