---
title: "Delete entity governance address"
method: DELETE
path: "/v3/entities/{id}/addresses/{chainId}/{address}"
tags: ["Entities"]
---

# Delete entity governance address

`DELETE /v3/entities/{id}/addresses/{chainId}/{address}`

Deletes a platform-verified, chain-scoped governance address for a KYBed entity. Because these addresses are ownership evidence for vault claims, writes require a platform-admin session and the corresponding CSRF token.

## Path parameters

- `id` string, required
- `chainId` integer, required
- `address` string, required

## Response `200`

Entity governance address was deleted.

- object
  - `data` EntityAddress, required
    - `entityId` string, required
    - `chainId` integer, required
    - `address` string, required — EIP-55 checksummed governance address in API responses.
    - `label` string, nullable, required — Optional human-readable governance address label.
  - `meta` PaginationMeta, required
    - `total` integer — Exact total count when the endpoint provides one.
    - `hasMore` boolean — Indicates whether another page exists beyond the current page.
    - `offset` integer
    - `limit` integer — Echoed page size after endpoint-side clamping.
    - `timestamp` string, date-time, required
    - `chainId` string — Comma-separated chain IDs for multi-chain responses.
    - `degradedProviders` string[] — Live providers whose data is incomplete in this response.

## Other responses

- `400` — Invalid chain ID or address route parameter.
- `401` — Missing, invalid, or expired authenticated session.
- `403` — Platform-admin access is denied or the CSRF token is missing or mismatched.
- `404` — Entity profile, governance address, or chain was not found.
- `422` — Invalid entity id.

---

[API](https://skmtc.dev/euler/apis/euler-data-api-v3.md) · [All operations](https://skmtc.dev/euler/apis/euler-data-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/euler/euler-data-api-v3/revisions/9e69e7cdb054/schema)
