Delete Price by ID for a Product
DELETE/products/:productId/price/:priceId
The "Delete Price by ID for a Product" API allows deleting a specific price associated with a particular product using its unique identifier. Use this endpoint to remove a price from the system.
Request
Responses
- 200
- 400
- 401
- 422
Successful response
Bad Request
Unauthorized
Unprocessable Entity