cURL
curl --request DELETE \ --url https://api.loopreturns.com/api/v1/products/{id} \ --header 'X-Authorization: <api-key>'
{ "id": 2, "success": true }
Delete a product.
API Scope: "Product (write)"
The product's unique identifier.
OK
x >= 1
77892011