---
id: config-delete-digital-wallet-open-id-global-configuration
title: "Delete global configuration"
description: "Deletes a global configuration for the OID4VCI issuer."
sidebar_label: "Delete global configuration"
hide_title: true
hide_table_of_contents: true
api: eJzlVttu2zgQ/ZXBvGwC0JaTpsBCKIpN7bRwW2yDTZo8FAbCSGOZjUSqJOXUa+jfF0PKd2cX6OvmIVEkzsyZyznDJebkMqtqr4zGFEdUkicHEorSPMoSMqOnqmis5AMwNRb8jODLeHRxNxyDcq4h20eBpqZ4ZpxjitEqOhupQnlZ3suyJP+lJj3OPwTfw23XKLCWVlbkyTpMvy33gH3V6kdDoHLSXk0VWTDTACVC+M0dBczIFJvX0s9QoJYVYYrFYfxxjgIt/WiUpRxTbxsS6LIZVRLTJfpFzYbOW6ULbNsJH3a10Y4cfz8fXPCfXcwocEYyDwkt21bgxeCMT2VGe9KeH2VdlyoLCJLvjq2WW1E3eL4hWWvs0OSEIj6PtmJNxAqhefxOmedqWm6JVxHfxnqTjNKeCrLs76es6pIwvRgM2iPuDwqwZYLvZA5K142HdQOx5R9x0ELZ+Jmx6m/KD0rzejD4H5dmrD1ZLUtwZOdkIYTZq1Er0FHWWOUXgR+XtfpE/DhpxRLfkbRkLxs/C284a1kwkbDjH0QCwkmgINP3FAWOA3u4SBX5mWHu5oG1gY/sDJP5eRJJleTRVe85uEpMTVrlSWRTb4d4yfIox1rkJDjFYxwfUWW6CqDAxpaY4sz72qVJklNlerJWfVVYqX1fGeS0dx1cW5M3WVCqF9z8l4cbLwuli5fMXfy8D2Syac0NT2gcrFWD1hMi44tOkmJvN6J02ZFjJYe7wC6vx/BEC2AKsQRGYvThdkYwl2VDKz182PHzADEMVI3z8EhQW5qqn5TDs/IzeIgY4QFOtPEUHHgrVRlqUMuMTgVQv+jvuU2hM3yzMI3lcvSeaPH2oY+t2BnFJT6G/94bW0mPKX68vz3MLcvIOfDmiTTU0rkVvOipwwxKww4IWFcwyALXMAbDNeW5b8jMUXpqVvois6AvVEnFvXVNXRvr/9j0c90S9WHzancQtmdoL5u1EdTWzFUetmlmWBI8geK/FWkfU+iaFjkZ1usdWTVV8rEkGFoK606WDpioUmcEJ93uPQWp8xcMry25dYg14a9PGZE3mSkdD45ywFNFmm0cGFtI3ZWWmxE3q4CZKXMRgs05wgI6FYBsC17jwsR4qXNpc9cL+SqpPUxL8+xiO7tKB7T3r4ZwN4STj/e3pwLGV7fv4WbU+3h/C3fDGG188wXOfh+cveq9hmpksqQafd6KyV4q6R2v+FJlpF0Q8BWZapnNCM77g4PWPT8/92X43De2SDpbl3weD6/+vLnqsU0r0Ctf7sxAKFZusmbdPRTIShbbfj44v+i/6p+xbW2cr6TewhOvQkfvKPt02FqCv34d6+bf00+f1KVUmmGFOiw7Xf+G83MU3U2NMexoe7zRacWL+pi+o8D0+C1qInBmnOcAy+WjdPTVlm3Lr380ZMO+EjiXNkxqXALK8XOO6VSWjv6lHCd/dVv/FH79Pni0NCuF1izPQU/j/e2JBfyF+2I7aVcbOuQRz7KY1X7Ly8E9pt3etqOrz1e3VyhQdnq52RVPYVd0DxzgKMj9tRFR8G/ebkdN3vAkf6LF2/Xx+OVFg7XQxtNcsknbtv8A0Qc9fg==
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 global configuration</h1>

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



Deletes a global configuration for the OID4VCI issuer.

## 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>
      