---
title: "Delete account entity relationship"
method: DELETE
path: "/v0/accounts/{id}/entity_relationships/{entity_id}"
tags: ["Compliance"]
---

# Delete account entity relationship

`DELETE /v0/accounts/{id}/entity_relationships/{entity_id}`

Deletes a specific entity relationship from an account and returns the updated list of entity relationships.
The relationship_type must be specified to identify which relationship to delete.

## Path parameters

- `id` string, required — The ID of the Account object.
- `entity_id` string, required — The ID of your entity.

## Query parameters

- `relationship_type` 'account_holder' | 'authorized_signer' | 'authorized_user', required — Indicates the type of Entity

## Response `200`

Entity relationship deleted successfully. Returns the updated list of entity relationships for the account.

- object
  - `objects` EntityRelationship[], required
    - `entity_id` string, required — The ID of your entity.
    - `relationship_type` 'account_holder' | 'authorized_signer' | 'authorized_user', required — Indicates the type of Entity

## Other responses

- `400` — Your request parameters did not validate.
- `401` — Valid access token was not used to call the API.
- `404` — Account ID or Entity ID does not exist.
- `422` — Request validation failed.
- `429` — Too many requests. Please slow down your request rate.
- `500` — Server error. Please try your request again.

---

[API](https://skmtc.net/lead/apis/lead-bank.md) · [All operations](https://skmtc.net/lead/apis/lead-bank/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lead/lead-bank/versions/25c2a92d55e2/schema)
