Skip to main content
DELETE
/
api
/
v1
/
Products
/
{supplierId}
/
{sku}
Deletes a Product
curl --request DELETE \
  --url https://api.example.com/api/v1/Products/{supplierId}/{sku} \
  --header 'Authorization: <api-key>'
{
  "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

isSuccess
boolean

Was the request successful. If not, the message will have more information.

message
string | null

Any error message

payload
string | null

The payload object of the response