---
title: "Delete Entity Type"
method: DELETE
path: "/v2/entity-types/{id}"
tags: ["Entity Type API"]
---

# Delete Entity Type

`DELETE /v2/entity-types/{id}`

Delete an entity type. WARNING: this cascade-deletes the type and all of its descendant types; entity records of these types are orphaned (hidden), not deleted.

## Path parameters

- `id` string, required — The ID of the entity type to delete. WARNING: this cascade-deletes the type and ALL of its descendant types. Entity records of these types are left orphaned (hidden), not deleted. There is no recovery via the API.

## Response `200`

Success

- SvstorePublicapiDeleteEntityTypeResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
