---
id: config-delete-digital-wallet-open-id-credential-history
title: "Delete issuance history"
description: "Deletes a credential exchange record from the issuance history."
sidebar_label: "Delete issuance history"
hide_title: true
hide_table_of_contents: true
api: eJzlVktv20YQ/iuDOdkAJcqPAIUQBHUkpVUS1Ebt2AdDgNfkSNyY3GV2l5JVgf+9mF2Kejq9FL1UB2lF7ry+mW9mVpiSTYwsndQK+ziknBxZEJAYSkk5KXKg1yQTakZgKNEmhanRBbiMQFpbCZUQZNI6bZZdjFCXZARrG6fYx0SrqZwFrUM5k07kDyLPyV2XpMbpoDXye9CAEZbCiIIcGYv9x9Wef9+U/FERSC81lWRAT70rP3HXGZG8SDUDAVaqWU5wPR5e3g/G20JtKLmcUrJMcuJgJNsshcswQiUK4ohamVFjZ5xihIZ+VNJQin1nKorQJhkVAvsrdMuS5awzUs2wrid82ZZaWbL8/rzX45/dODHCjETqQVjVdYSXvTO+lWjlSDk+irLMZeKhjr9bllptWd3484hkjDYDnRJG4TzcsjWJ1h7q5++UOM6A4SQ6GfzbSG+CkcrRjAzrexVFmRP2L3u9+oj6AwC2RPCjSEGqsnLQJh1r/kQHaReVy7SRf1F6AM27AOD/FJqxcmSUyMGSmZMBb2YPozpCS0llpFt6Tl2V8gvxcVJHK/xIwpC5qlzmn3DUYsbkw4axECgLJ560TJ1TjHBsbUWGQSrIZZrZnnqeew6zMozn53HoAHEaVHUWXlWsS1IyjW36feHiDaXippHEq2M0q5Hj4CiPtYYhFboBASOsTI59zJwrbT+OUyp0R5SyK2dGKNeVGjnyXQU3RqdVwn/eUvNPGm6dmHGjeUPchtf7jkw22bnlIg21tc5RWyQiPGiaUkjvpi1dNfzwRY/7RXJ1M4YXWgKziFEN3OjCXUYwF3lF6zb6tKPnCYIZKCrr4JmgNDSVr5TCQroMnoKP8AQnSjvyCpwRMvcYlCKh0wioO+vuqe1DI/h+qSvDcHReaPnhqYt1tFONK3z2/z5pUwiHffz8cHcYW5KQteD0CykohbVr94KmxmeQCnacgBZB3xkYw2AMW9Zz3pDJI9VUr1uMSHyLoUJIzq2tylIb9+smn21K5G+bR7uFsF1De9G0QlAaPZdpmMWau4IjkPxbkHIhhCZpgZYw1QbuycipFM85wWa2Whivp9tJM/pOQaj0DcEbQ7Y10XL+5pQ9cjrRueXCkRa4qkixjAVtZkI10HIy/EClCDKdp5E3NmcLS2gawdbstVBZXzFOqFSY1HZ8vFIoB9NcL2xIZ4O09/bhYgD3Azj5/HB3GsF4dPcJboedzw93cD8I1sa313D2S+/sovMOiqFO4mL4dXveT31JWR7yuUxIWd/D12QqRZIRnHd7B6lbLBZd4V93tZnFjayNv44Hoz9uRx2WqSN00uU7NeDBSnVStdnDCLmThbSf984vuxfdM5YttXWFUFv+hP3pYN3ap8LWDPwXFrmGBI5eXVzmQir2zYOxavr7I87PMWp2PHZmp8eHXVBJHti+z/PV1heeUG0U/aNL1STCTFvHdlarZ2Hpm8nrmh//qMj48RXhXBhftWEgSMvnFPtTkVv6CTwnfzZLwCn8xyvlUVjXLV4xGr4hhx3whSfA8ZWzntTrIe9jD1e5GZZuS8nBKlRvD+zh6OvoboQRiqbfbmbNi581zYENHPVxf+wEL/ibp+NRkffMhC+0/NBeD2/eFGgbdbjNiE3quv4bKaZrdg==
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 issuance history</h1>

<MethodEndpoint method={"delete"} path={"/v2/config/digital-wallet/openid/sdjwt/credential/history/{credentialExchangeId}"}></MethodEndpoint>



Deletes a credential exchange record from the issuance history.

## 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 credential exchange record tracking a single OID4VCI credential issuance lifecycle.","in":"path","name":"credentialExchangeId","required":true,"schema":{"type":"string"}}}></ParamsItem></ul></div></details><div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"200"} value={"200"}><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>
      