---
title: "Delete a single associated person"
method: DELETE
path: "/associated_persons/{associatedPersonID}"
tags: ["Associated Persons"]
---

# Delete a single associated person

`DELETE /associated_persons/{associatedPersonID}`

Delete an associated person by ID

## Response `200`

Successfully deleted associated person

- AssociatedPersonResponse
  - `id` string, required — Unique identifier for the associated person
  - `email` string — The email address of the associated person
  - `first_name` string — The first name of the associated person
  - `last_name` string — The last name of the associated person
  - `has_ownership` boolean — True if this person has at least 25% ownership of the business.
  - `has_control` boolean — True if this is the control person of the company, having significant responsibility to control, manage or influence the activities of the business entity.
  - `is_signer` boolean — True if this person is able to authorize transactions on behalf of the business.
  - `title` string — The title of this associated person at the company, e.g. CEO, CFO, etc.
  - `attested_ownership_structure_at` string — When this individual attested to the correctness of the ownership structure provided to Bridge. If provided by at least one control person, ownership documents for the business are not required.
  - `relationship_established_at` string — When the associated person relationship was established in format yyyy-mm-dd.
  - `created_at` integer, required — Created timestamp in milliseconds since Unix epoch
  - `updated_at` integer, required — Last updated timestamp in milliseconds since Unix epoch

## Other responses

- `401` — Missing or invalid API key
- `404` — No resource found
- `500` — Unexpected error. User may try and send the request again.

---

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