---
title: "DELETE /api/certified-materials/orders"
method: DELETE
path: "/api/certified-materials/orders"
tags: ["CertifiedMaterials/Orders"]
---

# DELETE /api/certified-materials/orders

`DELETE /api/certified-materials/orders`

Delete up to 500 certified-materials orders by id. Only orders belonging to the caller's company are deleted; the rest are skipped.

## Request body

- object
  - `ids` string[], required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `deletedCount` number, required
    - `requestedCount` number, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response

## Changes

> 45 revisions in range; 1 not diffed.

- **2026-09-11** `07beb74c037c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/certified-materials/orders/delete.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/retraced/apis/api-reference/revisions/1045637f5ec0?raw)
