Docs
Product Repository APIProduct

Delete global products by product ids

Security groups:Global Product Creators
DELETE
/products/global

Deletes one or more global products by product ID.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/products/global" \  -H "Content-Type: application/json" \  -d '{    "productIds": [      "string"    ]  }'
{
  "productIds": [
    "string"
  ]
}
{
  "code": "BadRequest",
  "message": "Bad request.",
  "status": "BAD_REQUEST"
}
{
  "code": "Unauthorized",
  "message": "Not authorized.",
  "status": "UNAUTHORIZED"
}