---
title: "Remove a relying party"
method: DELETE
path: "/v1/relying-parties/{uuid}"
tags: ["Trust Registry"]
---

# Remove a relying party

`DELETE /v1/relying-parties/{uuid}`

Remove a relying party registration from this tenant. After removal, Didit ID no longer recognizes the verifier origin for registered-origin checks. A successful removal returns no response body.

## Path parameters

- `uuid` string, uuid, required

## Response `204`

The relying party registration was removed. No response body is returned.

## Changes

- **2026-07-03** `9addd64b04b1` — 1 breaking
  - removed the media type `application/json` for the response with the status `204`
- **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/relying-parties/: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/e4eddba66557/schema)
