---
title: "Delete an existing entity"
method: DELETE
path: "/api/v1/entities/{templateIdentifier}/{entityIdentifier}"
tags: ["Entities Management"]
---

# Delete an existing entity

`DELETE /api/v1/entities/{templateIdentifier}/{entityIdentifier}`

Delete an entity from the system using its template and entity identifiers. This operation removes the entity and automatically cleans up any relations from other entities that reference it.

## Path parameters

- `templateIdentifier` string, required
- `entityIdentifier` string, required

## Response `204`

Entity deleted successfully

## Other responses

- `400` — Invalid entity data provided
- `401` — Unauthorized - Missing or invalid token
- `403` — Insufficient rights
- `404` — Entity not found with the provided identifier
- `409` — Target entity has required relations
- `500` — Unexpected server-side failure

---

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