Logo
Ecartapi.com Public API Documentation

Delete Product

DELETE https://api.ecartapi.com/api/v2/products/{{id}}

Permanently delete the selected product.

Important information:

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true }



Curl
curl -X DELETE 'https://api.ecartapi.com/api/v2/products/id' -H 'Authorization: access_token'

ENDPOINTS