Warehouse

Product Attributes Delete.

Delete a product attributes

delete/rest/api/warehouse/product/attributes/

Request body

Example request

{
  "attributes": [
    {
      "id": 321,
      "productId": 462,
      "type": 1,
      "values": [
        {
          "id": 123
        }
      ]
    }
  ]
}

Response

Delete product attributes complete

{"stackTrail":"paths:/rest/api/warehouse/product/attributes/:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.