DELETE
/
products
/
{productId}
curl --request DELETE \
  --url https://dashboard.scango.ch/api/v1/products/{productId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productId
string
required

ID of the product to delete

Response

200 - application/json
Product deleted successfully
success
boolean