Skip to main content
DELETE
/
api
/
products
/
{id}
Delete Product
curl --request DELETE \
  --url https://api.example.com/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.