---
title: "Delete person"
method: DELETE
path: "/persons"
tags: ["Persons"]
---

# Delete person

`DELETE /persons`

Delete the data for a person. The person is identified based on the **session** or **UIM** authentication used to make the request.

## Query parameters

- `notifyPerson` boolean

## Response `200`

OK

- object

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Not Authorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/morningstar/apis/byallaccounts-api-07302024.md) · [All operations](https://skmtc.net/morningstar/apis/byallaccounts-api-07302024/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morningstar/byallaccounts-api-07302024/versions/8158207af2d9/schema)
