---
title: "Delete a person"
method: DELETE
path: "/v1/accounts/{account}/persons/{person}"
---

# Delete a person

`DELETE /v1/accounts/{account}/persons/{person}`

Deletes an existing person’s relationship to the account’s legal entity. Any person with a relationship for an account can be deleted through the API, except if the person is the `representative`. If your integration is using the `executive` parameter, you cannot delete the only verified `executive` on file.

## Path parameters

- `account` string, required
- `person` string, required

## Response `200`

Successful response.

- DeletedPerson
  - `deleted` true, required — Always true for a deleted object
  - `id` string, required — Unique identifier for the object.
  - `object` 'person', required — String representing the object's type. Objects of the same type share the same value.

## Other responses

- `default` — Error response.

---

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