---
title: "Clear Overlays"
method: POST
path: "/api/v1/ontology/entities/{entity_id}/clear-overlays"
tags: ["ontology-promotion"]
---

# Clear Overlays

`POST /api/v1/ontology/entities/{entity_id}/clear-overlays`

Type-to-confirm wipe of every overlay row for an entity.

## Path parameters

- `entity_id` string, uuid, required

## Request body

- ClearBody
  - `confirm` string, required — Must be the literal phrase 'clear all overlays'

## Response `200`

Successful Response

- ClearResponse
  - `deleted` integer, required

## 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/aecc29b8a546/schema)
