---
title: "Delete a product model"
method: DELETE
path: "/api/rest/v1/product-models/{code}"
tags: ["Product model"]
---

# Delete a product model

`DELETE /api/rest/v1/product-models/{code}`

This endpoint allows you to delete a given product model. All its children, product models and variant products, will be also deleted. In the Enterprise Edition, the permissions based on your connection user group are applied to the product model you try to delete.

## Path parameters

- `code` string, required

## Response `204`

No content to return

## Other responses

- `401` — Authentication required
- `403` — Access forbidden
- `404` — Resource not found

---

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