---
title: "Remove model file mapping"
method: DELETE
path: "/v1/product-skus/{id}/model-files/{mappingId}"
tags: ["Product SKUs"]
---

# Remove model file mapping

`DELETE /v1/product-skus/{id}/model-files/{mappingId}`

Delete the link between a SKU and a model file

## Path parameters

- `id` string, uuid, required
- `mappingId` string, uuid, required

## Response `204`

Mapping deleted successfully

## Other responses

- `404` — Mapping not found

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
