DELETE
/
api
/
v1
/
Products
/
{supplierId}
/
{sku}
{
  "isSuccess": true,
  "message": "<string>",
  "payload": "<string>"
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Path Parameters

sku
string
required

The product to delete immediately

supplierId
string
required

Response

200 - application/json

OK

Generic container for all service responses