---
id: config-delete-digital-wallet-open-id-holder-global-configuration
title: "Delete holder global configuration"
description: "Deletes a holder global configuration for OID4VCI and OpenID4VP flows."
sidebar_label: "Delete holder global configuration"
hide_title: true
hide_table_of_contents: true
api: eJzlVm1v2zYQ/iuH+7IEoC3npcAgFMVSO+3cBmuwpMmHwEAY6WyzkUiVpJx6hv77cKT87nTAsG/zB5uWeO/3PHcLzMllVlVeGY0pDqggTw4kTE2Rk4VJYZ5kAZnRYzWpreR7MDYWvgwH53f9IUidw5eKNP+9hnFhXlwXBZqK4uVhjilG8ah8oCbKy+JeFgX5IJn/Hmx9DKb6m5ZQYCWtLMmTdZg+LHbc/arV95pA5aS9GiuyYMbgpwTKuZrsL+6g/+yfYvFK+ikK1LIkTHGyb3+Yo0BL32tlKcfU25oEumxKpcR0gX5esaDzVukJNs2IL7vKaEeO35/2zvln22cUOCWZh4AWTSPwvHfCtzKjPWnPR1lVhcqCB8k3x1KLDatrfx6QrDW2b3JCEc+DDVsjsfTQPH2jzHM2LRfGq+jfWnodjNKeJmRZ3w9ZVgVhet7rNQfU7yVgQwTfyxyUrmoPqwJiwx+xV0JZ+6mx6i/K91Lzptf7H6dmqD1ZLQtwZGdkIZjZyVEj0FFWW+XnAR8XlfpMfBw1YoHvSVqyF7WfhicctZwwkLBFIUQYwtESwv1jFBjxyEkqyU8NIzgP2A14ZGWYzE6TCKokj6o6L0FVYirSKk8ifyQRVJ0t/CWLg1BrkGPhSA9BfUClaROBAmtbYIpT7yuXJklOpenISnXVxErtu8ogR7+t4NqavM4Cf72i5p803Hg5UXrymriLr3cdGa0rdMONGvtrWadVo8j4oGWmWOI1N120GFmy4rZjF9dDeKY5MJKYCSM+unA7JZjJoqYlLT5u6XmEaAbK2nl4IqgsjdUPyuFF+Sk8Rh/hEY608RQUeCtVEXJQyYyOBVB30t1Rm0Ir+HZuasvp6DzT/N1jFxux1ZELfAr/PhhbSo8pfrq/3Y8ty8g58OaZNFTSuaV7UVPrMygNW07AKoOBHTiH0RiukM91QwaQ0mOzpBmZBZqhUiquraurylj/27qeq5Koj+tH242w2UM70ayEoLJmpvIwajPDzOAJFP+WpH0MoS1ahGYYundk1VjJp4KgbylMPVk4GDpXS50RHLVT+XhjLO8KXltyKxMr3F8fs0feZKZw3DjKAXcVaZZxYOxE6ja1XIw4YEXYEkQwNmMLc2jJALIN92oXOsZLnUubu06IV0nt47oQy9lmOnh7f9aHuz4cfbq/PRYwvLz9ADeDzqf7W7jrR2vDmy9w8mvv5KzzBsqByZJycLVhk7WU0odNpFAZaRd4fAmmSmZTgtNub690Ly8vXRled42dJK2sS66G/cs/bi47LNMI9MoXWz0QkpWbrF5VDwUyk8Wyn/ZOz7tn3ROWrYzzpdQb/sS96Gcb1y4qNkbif7eytbDw9MMnVSGVZm9DehYt6z/g7BRFu82xT1vMH7c+rcIYjxNE4CH+R4Hp4WVrxJLOs6XF4kk6+mqLpuHH32uyYawJnEkbOjkOCeX4nGM6loWjn+Tp6M92OTiGf782HszRksE103fg27jmPTPBv7JWNqNmOchDHPEuk13lN7TsrTvN5lAeXF5d3l6iQNny6XqWPIdZ0h7YwEEnd8dK9IK/efodFHnLnf6Z5u9W1+ObVwVWRBxvc8pGTdP8DeIzUmo=
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 holder global configuration</h1>

<MethodEndpoint method={"delete"} path={"/v2/config/digital-wallet/openid/holder/global-configuration/{globalConfigurationId}"}></MethodEndpoint>



Deletes a holder global configuration for OID4VCI and OpenID4VP flows.

## 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 the issuer's global configuration.","in":"path","name":"globalConfigurationId","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>
      