---
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' | 'custom-adapter', required
    - `address` string, required — Hook target address for hook-target entries; vault address for rule-exemption entries; oracle adapter address for custom-adapter entries.
    - `ruleKey` string, nullable, required — Exempted finding key (rule-exemption entries only), e.g. `collateral.0x....ltv`.
    - `label` string, nullable, required
    - `fingerprint` string, nullable, required — Metadata-stripped runtime bytecode SHA-256 (custom-adapter entries only).
    - `provider` string, nullable, required — Curated provider identity (custom-adapter entries only).
    - `createdAt` string, date-time, required

## Other responses

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

## Changes

- **2026-09-02** `9e69e7cdb054` — 1 warning, 2 info
  - added the new `custom-adapter` enum value to the `data/kind` response property for the response status `200`
  - added the required property `data/fingerprint` to the response with the `200` status
  - added the required property `data/provider` to the response with the `200` status

[Change history](https://skmtc.dev/euler/apis/euler-data-api-v3/changes/v3/config-trust/:id/delete.md)

---

[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)
