Deutsch
cURL
curl --request DELETE \ --url https://dashboard.scango.ch/api/v1/products/{productId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Ein spezifisches Produkt löschen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the product to delete
Product deleted successfully
War diese Seite hilfreich?