Skip to main content
DELETE
/
products
/
{id}
Delete Product
curl --request DELETE \
  --url https://api.loopreturns.com/api/v1/products/{id} \
  --header 'X-Authorization: <api-key>'
{
  "id": 2,
  "success": true
}

Authorizations

X-Authorization
string
header
required

API Scope: "Product (write)"

Path Parameters

id
integer
required

The product's unique identifier.

Response

OK

id
integer<int64>
Required range: x >= 1
Example:

77892011

success
boolean