Remove Product SKU

Manually remove product unit data from the system *This may affect your overall sales and inventory. Please use caution.

API Endpoint

URL {base url}/api/Product/RemoveProduct
Method POST
Authorization Bearer Token
Content-Type text/plain

Request Headers

Parameter Type Required Description
APIKEY string true System key code

Request text/plain Example


"{SKU Code or Barcode Either one}"
    

Response Parameters

Parameter Type Description
Id integer Error status (0 = no error)
Success boolean Status of the request
Message string Response message
RequestId string Reference ID for the request
Size integer Number of records remove
Data object Normally the return value is null always

Response JSON Example


{
    "Id": 0,
    "Success": true,
    "Message": "SUCCESS",
    "RequestId": "09C96088-0CF0-4E78-9369-EC407BD07EC5",
    "Size": 1,
    "Data": null
}