---
title: "Demote Entity"
method: POST
path: "/api/v1/ontology/entities/{entity_id}/demote"
tags: ["ontology-promotion"]
---

# Demote Entity

`POST /api/v1/ontology/entities/{entity_id}/demote`

Tear down an OntologyEntity, leaving its underlying Database intact.

Refuses with 409 when overlays exist — caller must clear them first.

## Path parameters

- `entity_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/a59877bf911b/schema)
