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

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

productId
string
erforderlich

ID of the product to delete

Antwort

200 - application/json

Product deleted successfully

success
boolean