cURL
curl --request DELETE \ --url https://api.example.com/products/{id}
Delete a product.
{ "success": true }