Issuing the request
Simply issue a HTTP DELETE request on the specified object. You will need a valid access token.
curl –X DELETE –d ‘access_token=..’ \ https://api.scalefast.com/products/123456
Structure of the response
All Scalefast responses contain two JSON objects:
result:A JSON object that represents the result of the request, it contains the following properties:status:The status of the request: OK or ERRORerrcode:The code number of the error if anymsg:A return message. Can be empty.
response_data:Contextual response data. The format of this parameter varies with the called API.