Endpoint
Path Parameters
The unique identifier of the product to delete
Response
This endpoint returns no content on successful deletion.Example
Success Response
No content is returned. Check the HTTP status code to confirm successful deletion.Response Codes
Product deleted successfully. No content is returned.
Product not found with the specified ID
Notes
Consider deactivating a product by setting
is_active to false instead of deleting it if you want to preserve historical data.