---
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. After removal, credentials from this issuer no longer pass the verification trust gate. A successful removal returns no response body.

## Path parameters

- `uuid` string, uuid, required

## Response `204`

The trusted issuer was removed. No response body is returned.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/versions/e4eddba66557/schema)
