---
title: "Delete template by identifier"
method: DELETE
path: "/api/v1/entity-templates/{identifier}"
tags: ["Entities Templates Management"]
---

# Delete template by identifier

`DELETE /api/v1/entity-templates/{identifier}`

Remove a template from the system using its unique identifier

## Path parameters

- `identifier` string, required

## Response `204`

Template deleted successfully

## Other responses

- `404` — Template not found with the provided identifier

## Changes

- **2026-04-27** `6022b545ce48` — 1 info
  - endpoint added
- **2026-04-08** `88fc145b6397` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/decathlon/apis/idp-core-api/changes/api/v1/entity-templates/:identifier/delete.md)

---

[API](https://skmtc.dev/decathlon/apis/idp-core-api.md) · [All operations](https://skmtc.dev/decathlon/apis/idp-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decathlon/idp-core-api/revisions/6022b545ce48/schema)
