Delete product
If product doesn’t exist, the API will return HTTP status code 404 Not Found.
1 | DELETE /products/{productNumber}
|
Response
HTTP/1.1 200 OK
If product doesn’t exist, the API will return HTTP status code 404 Not Found.
1 | DELETE /products/{productNumber}
|
HTTP/1.1 200 OK