---
title: "Delete Entity"
method: DELETE
path: "/customers/v1/{customer_id}/entities/{entity_id}"
tags: ["Entities"]
---

# Delete Entity

`DELETE /customers/v1/{customer_id}/entities/{entity_id}`

Marks the entity as deleted. It can be recreated later by intiating a new .connect() flow from the LinkSDK.

## Path parameters

- `customer_id` string, uuid, required
- `entity_id` string, uuid, required

## Query parameters

- `reason` string

## Request body

- object
  - `reason` 'USER_REQUESTED', nullable, required — Please always pass in the value USER_REQUESTED.

## Response `200`

---

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