---
title: "Delete Row"
method: DELETE
path: "/api/v1/ontology/entities/{entity_id}/rows/{row_key}"
tags: ["ontology-rows"]
---

# Delete Row

`DELETE /api/v1/ontology/entities/{entity_id}/rows/{row_key}`

Tombstone a row — routed through the entity's default delete Action.

## Path parameters

- `entity_id` string, uuid, required
- `row_key` string, 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/versions/a59877bf911b/schema)
