---
id: config-delete-digital-wallet-open-id-trust-authority
title: "Delete trust authority"
description: "Deletes a trust authority configuration from the EBSI Trust Registry or trust list setup."
sidebar_label: "Delete trust authority"
hide_title: true
hide_table_of_contents: true
api: eJzlVktv2zgQ/iuDOSWAbDlpCiyMotjWdhdug03QuMkhMBBGGttsJJIhKTuuof++GFJ+J7uX3dP6YNMS5z3fN7PCnFxmpfFSK+xinwry5ECAt5XzICo/01b6JWRaTeS0soJvwsTqEvyMYPD5ZgijcPc7TaXzdgnaNtKFdB4c+cq0MUFtKEoPc+xi1Bft9eVUelHciaIgf2VIDfOg8tPaOiZohBUlebIOu/erA7d/KPlcEciclJcTSRb05JUYFtLPpAp+r8OhvLk1YfULbZ/YVclKjfAzTFCJkrCLfs+hYY4JWnqupKUcu95WlKDLZlQK7K7QLw3LOG+lmmJdj/myM1o5cvz+vHPBP/tBYIIzEnmIcFXXCV50zvhWppUn5fkojClkFpKY/nQstdqxuvXnHslabXs6J0ziub9ja5ysPdSPPynznF7L5fEy+reV3gYjlacpWdb3IkpTEHYvOp36FfVHCdgRwc8iB6lM5WFTUaz5kxzVtCncL8qPUvO+0/kfp2aoPFklCnBk52QhmDnIUZ2go6wK6GHAfDLyG/FxXCcr/EzCkuV2Dk84ajFlZGGDRYhghJMAx/7Fbe+Uc1OSn2mGbx6AG3DJOjCdn6cRU2keNbQWQUOqDSmZpwE/rQ0W09UhoGpkjzme1xDep1I34WKClS2wizPvjeumaU6lbgkj23JqhfJtqZFj3FdwbXVeZYG83lDzTxpuvJhKNX1L3MXXh46Mt3W44XaMXbSuxqYdRHzQUE8s5JZ8mjT9Cu2Nh+3w6XoIT7QMRMcEGFHQhtGMYC6KipgNmfQe9vQ8QDQDJfPfI4GxNJEvlAeehIfoIzzAidKeggJvhSxCDozI6DQBak/bB2q70Ah+WOrKcjpaT7T8+NDGOtnruxU+hn9ftC2Fxy5+vRsdx5Zl5Bx4/UQKjHBu7V7U1PgMUsGeE7DJYOAAzmE0hht8c92QYSLVRK/JRGSBTKgUkmvrKmO09b9v67kpifxj+2i/EXZ76CCajRAYq+cyD5M204x/TyD5tyTlYwhN0SIAYaIt3JKVEykeC4KepTDsROFg6FwlVEZwchWQOjwFofI3BK8tuY2JDbqvT9kjrzNdOG4c6YC7ihTLONB2KlSTWi4GSOcqSmCmizwJxuZsYQkN9iHbca9yoWO8ULmwuWuFeKVQHiaFXrhYzibTwdu7dz247cHJ17vRaQLDwegL3PRbX+9GcNuL1oY3V3D2W+fsXes9lH2dpWX/cscmaymFdzzKC5mRcoGt12AyIpsRnLc7R6VbLBZtEV63tZ2mjaxLL4e9wZ83gxbL1Al66Yu9HgjJynVWbaqHCTKTxbKfd84v2u/aZyxrtPOlUDv+xB3ocFk5RMLOsPtPt7QGHZ5efGoKIRU7HbK0arj+HufnmDQLHLu5x/dx0VOSZ/YB52MSNqX9NWqc4Ew7z2pXq0fh6Ict6pofP1dkw8BKcC5s6N44GKTjc47diSgc/U2eTr43Y/8U/u0N8dU0rblccaiBeeNa98RUf7xB1uN6PbNDYPEaM57xOwqONpt6dxD3B5eD0QATFA2pbgfKUxgozYENvOrf4WyJXvA3j8BXRT5wu3+j5cfN9fjmTYENG8fbnK1xXdd/AdIoWiE=
sidebar_class_name: "delete api-method"
info_path: docs/openid4vc-api/igrant-io-api-documentation
custom_edit_url: null
---

> **Build this with an AI coding agent.** Install the iGrant.io Agent Skills, then ask your agent to build the integration:
>
> ```bash
> npx skills add L3-iGrant/skills
> ```


import ApiTabs from "@theme/ApiTabs";
import DiscriminatorTabs from "@theme/DiscriminatorTabs";
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes";
import MimeTabs from "@theme/MimeTabs";
import ParamsItem from "@theme/ParamsItem";
import ResponseSamples from "@theme/ResponseSamples";
import SchemaItem from "@theme/SchemaItem";
import SchemaTabs from "@theme/SchemaTabs";
import Markdown from "@theme/Markdown";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";

<h1 className={"openapi__heading"}>Delete trust authority</h1>

<MethodEndpoint method={"delete"} path={"/v2/config/digital-wallet/openid/trust-authority/{trustAuthorityId}"}></MethodEndpoint>



Deletes a trust authority configuration from the EBSI Trust Registry or trust list setup.

## Request

<details style={{"marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collapsed={false} open={true}><summary style={{}}><h3 className={"openapi-markdown__details-summary-header-params"}>Path Parameters</h3></summary><div><ul><ParamsItem className={"paramsItem"} param={{"description":"Unique identifier of a trust authority within the configured trust framework.","in":"path","name":"trustAuthorityId","required":true,"schema":{"type":"string"}}}></ParamsItem></ul></div></details><div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"204"} value={"204"}><div></div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div></div></TabItem><TabItem label={"401"} value={"401"}><div>

Unauthorized

</div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"errorCode"} required={true} schemaName={"integer"} qualifierMessage={undefined} schema={{"type":"integer","example":400}}></SchemaItem><SchemaItem collapsible={false} name={"errorDescription"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","example":"Bad input parameter"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"errorCode\": 400,\n  \"errorDescription\": \"Bad input parameter\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem><TabItem label={"500"} value={"500"}><div>

Internal server error

</div><details style={{"textAlign":"left","marginBottom":"1rem"}} className={"openapi-markdown__details"} data-collaposed={true} open={false}><summary style={{}}><strong>Response Headers</strong></summary><ul style={{"marginLeft":"1rem"}}></ul></details><div><MimeTabs className={"openapi-tabs__mime"} schemaType={"response"}><TabItem label={"application/json"} value={"application/json"}><SchemaTabs className={"openapi-tabs__schema"}><TabItem label={"Schema"} value={"Schema"}><details style={{}} className={"openapi-markdown__details response"} data-collapsed={false} open={true}><summary style={{}} className={"openapi-markdown__details-summary-response"}><strong>Schema</strong></summary><div style={{"textAlign":"left","marginLeft":"1rem"}}></div><ul style={{"marginLeft":"1rem"}}><SchemaItem collapsible={false} name={"errorCode"} required={true} schemaName={"integer"} qualifierMessage={undefined} schema={{"type":"integer","example":400}}></SchemaItem><SchemaItem collapsible={false} name={"errorDescription"} required={true} schemaName={"string"} qualifierMessage={undefined} schema={{"type":"string","example":"Bad input parameter"}}></SchemaItem></ul></details></TabItem><TabItem label={"Example (from schema)"} value={"Example (from schema)"}><ResponseSamples responseExample={"{\n  \"errorCode\": 400,\n  \"errorDescription\": \"Bad input parameter\"\n}"} language={"json"}></ResponseSamples></TabItem></SchemaTabs></TabItem></MimeTabs></div></TabItem></ApiTabs></div></div>
      