---
title: "Remove values from an attribute"
method: DELETE
path: "/attributes/{companyId}/{customId}/values"
tags: ["Attributes"]
---

# Remove values from an attribute

`DELETE /attributes/{companyId}/{customId}/values`

Removes one or more values from an attribute, identified by `customId`. Values not found on the attribute are silently ignored — the call still returns `200`. The `id` returned for each entry is the value's `customId` echoed back, not a generated Embat ID.

## Path parameters

- `customId` string, required
- `companyId` string, required

## Request body

- BulkDeleteAttributesRequestSchema
  - `data` DeleteAttributesRequestSchema[], required — Attributes or values to remove, identified by `customId`.
    - `customId` string, required — Custom ID to remove: the attribute's `customId` when deleting attributes, or a value's `customId` when removing values from an attribute.

## Response `200`

Successful Response

- BulkModifyAttributesResponseSchema
  - `data` ModifyAttributesResponseSchema[], required — Result of the bulk operation, one entry per item.
    - `id` string, required — Embat resource ID

## Other responses

- `401` — Unauthorized. The bearer token is missing, invalid or expired.
- `404` — Not found. The requested resource or `companyId` does not exist.
- `422` — Validation Error
- `500` — Unexpected error. Contact support if it persists.

---

[API](https://skmtc.net/embat/apis/embat-api.md) · [All operations](https://skmtc.net/embat/apis/embat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/embat/embat-api/versions/36ca48bf4489/schema)
