---
title: "Remove internal attributes from operations in bulk"
method: DELETE
path: "/operations/{companyId}/attributes/bulk"
tags: ["Operations"]
---

# Remove internal attributes from operations in bulk

`DELETE /operations/{companyId}/attributes/bulk`

Removes internal attribute values from operations, identified by `customId`.

## Path parameters

- `companyId` string, required

## Request body

- BulkDeleteOperationsAttributesRequestSchema
  - `data` DeleteOperationsAttributesRequestSchema[], required — Internal attributes to remove, grouped by operation.
    - `customId` string, required — Custom ID of the operation to remove attributes from.
    - `attributesCustomIds` string[], required — Custom IDs of the internal attributes to remove from the operation.

## Response `200`

Successful Response

- BulkUpsertOperationsResponseSchema
  - `data` UpsertOperationsResponseSchema[], required — Result of the bulk operation, one entry per operation.
    - `id` string, required — Embat resource ID
    - `customId` string, required — Client-provided custom 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/revisions/36ca48bf4489/schema)
