English
cURL
curl --request DELETE \ --url https://dashboard.scango.ch/api/v1/products/{productId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a specific product
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
The response is of type object.
object
Was this page helpful?