---
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

---

[API](https://skmtc.net/decathlon/apis/idp-core-api.md) · [All operations](https://skmtc.net/decathlon/apis/idp-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decathlon/idp-core-api/versions/7e634c43bc1b/schema)
