---
title: "Product Attributes Delete."
method: DELETE
path: "/rest/api/warehouse/product/attributes/"
tags: ["Warehouse"]
---

# Product Attributes Delete.

`DELETE /rest/api/warehouse/product/attributes/`

Delete a product attributes

## Request body

- RestProductAttributesDTO — This object represents list of a atributes.
  - `attributes` RestProductAttributeDTO2[], required — Product Attribute items list
    - `id` integer, required — Internal Attribute ID
    - `productId` integer, required — Internal Product ID
    - `type` 1 | 2 | 9 | 16 — Attribute type ('1-Text', 2-'boolean', '9-textarea', '16-feature')
    - `values` union[] — Product Attribute Values
      - union
        - RestProductAttributeTextDTO2 — This object represents product Attribute text DTO .
          - `id` integer — Internal Attribute ID
        - RestProductAttributeTextAreaDTO2 — This object represents product Attribute text area DTO .
          - `id` integer — Internal Attribute ID
        - RestProductAttributeBooleanDTO2 — This object represents product Attribute text boolean DTO .
          - `id` integer — Internal Attribute ID
        - RestProductAttributeFeatureDTO2
          - `id` integer — Internal Attribute ID

## Response `204`

Delete product attributes complete

- unknown

## Other responses

- `401` — Authorization failed

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
