---
title: "Delete attributes in bulk"
method: DELETE
path: "/attributes/{companyId}"
tags: ["Attributes"]
---

# Delete attributes in bulk

`DELETE /attributes/{companyId}`

Deletes several attributes in a single call, following the same rules as the single attribute deletion endpoint. `customId` values that do not match any attribute still return `200` — no `404` is raised — and each returned `id` is derived from the requested `customId`, so an entry in the response does not confirm that an attribute existed or was removed.

## Path parameters

- `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)
