Logo
Ecartapi.com Public API Documentation

Product

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

CAUTION!

THIS REQUEST REMOVES THE PRODUCT PERMANENTLY FROM THE BIGCOMMERCE STORE

More information about the ecommerce's resource.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Authorization
string




RESPONSES

status OK

{ "success": true }



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

ENDPOINTS