---
title: "Remove a trusted issuer"
method: DELETE
path: "/v1/trusted-issuers/{uuid}"
tags: ["Trust Registry"]
---

# Remove a trusted issuer

`DELETE /v1/trusted-issuers/{uuid}`

Remove an issuer from this tenant's trusted-issuer registry (soft delete). After removal, credentials from this issuer no longer pass the verification trust gate. Scoped to the caller's tenant — a UUID belonging to a different tenant returns 404. Returns 204 No Content on success with an empty body.

## Path parameters

- `uuid` string, uuid, required

## Response `204`

The trusted issuer was removed (soft-deleted). No response body is returned.

- object

## Changes

- **2026-06-30** `1ee4908e9af4` — 1 info
  - added the media type `application/json` for the response with the status `204`

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/trusted-issuers/:uuid/delete.md)

---

[API](https://skmtc.dev/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/2eeb13158ffa/schema)
