---
title: "Block or unblock an issuer in a framework"
method: POST
path: "/v1/trust-frameworks/{slug}/issuer-overrides"
tags: ["Trust Registry"]
---

# Block or unblock an issuer in a framework

`POST /v1/trust-frameworks/{slug}/issuer-overrides`

Block or unblock a single issuer within a trusted framework. Blocking removes just that issuer from the framework's blanket trust while leaving every other member issuer trusted. Send `blocked: false` to lift a previously set block. Pass an optional `relying_party` to scope the override to one relying party.

## Path parameters

- `slug` string, required

## Request body

- object
  - `iss` string, uri, required — You set the issuer identifier to block or unblock.
  - `blocked` boolean, required — You set `true` to block the issuer, `false` to unblock it.
  - `relying_party` string, uuid — You optionally scope the override to a relying party by UUID.

## Response `200`

The issuer override was applied.

- object
  - `slug` string — You receive the framework slug.
  - `iss` string, uri — You receive the normalized issuer identifier.
  - `blocked` boolean — You receive the effective blocked state for this issuer in the framework.

---

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