DELETE
/
api
/
products
/
{id}

Delete a product from the system.

Path Parameters

id
integer
required

The ID of the product to delete

Response

Returns a 204 No Content response on successful deletion.