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

# Delete a product

`DELETE /api/rest/v1/products/{code}`

This endpoint allows you to delete a given product. In the Enterprise Edition, since the 2.0, permissions based on your user groups are applied to the product 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)
