---
title: "Delete config trust entry"
method: DELETE
path: "/v3/config-trust/{id}"
tags: ["Labeling Curation"]
---

# Delete config trust entry

`DELETE /v3/config-trust/{id}`

Deletes a trust entry and schedules re-checks of the vaults that depend on it. Platform admin only.

## Path parameters

- `id` string, uuid, required

## Response `200`

Trust entry deleted.

- object
  - `data` ConfigTrustEntry, required
    - `id` string, uuid, required
    - `chainId` integer, required
    - `kind` 'hook-target' | 'rule-exemption', required
    - `address` string, required — Hook target address for hook-target entries; vault address for rule-exemption entries.
    - `ruleKey` string, nullable, required — Exempted finding key (rule-exemption entries only), e.g. `collateral.0x....ltv`.
    - `label` string, nullable, required
    - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Validation error

---

[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/9573a5fbd4a6/schema)
