---
title: "Delete a variant attribute"
method: DELETE
path: "/variant_attributes/{attribute-id}"
tags: ["Variant Attributes"]
---

# Delete a variant attribute

`DELETE /variant_attributes/{attribute-id}`

Note you can't delete a variant attribute that is currently being used by a family.

🔒 Requires: `products:write` scope

## Path parameters

- `attribute-id` string, uuid, required

## Response `200`

The deleted variant attribute.

- VariantAttributeDeleteResponse
  - `data` object
    - `id` string

## Other responses

- `404` — Error response. Attribute not found.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
