---
id: config-delete-digital-wallet-open-id-verification-history
title: "Delete verification history"
description: "Deletes a verification exchange record."
sidebar_label: "Delete verification history"
hide_title: true
hide_table_of_contents: true
api: eJzlVt9v2kgQ/ldG85RIBpM0lU6oqi4FekdbNdElTR4qpGzsAW9j77q7awiH/L+fZtcYQ8id7uVejgdYvJ5f38x8MxtMySZGlk5qhUMcU06OLAhYkpFzmQi+AHpOMqEWBIYSbdI+RqhLMv5ymuIQE63mchGkx3IhncjvRZ6TuypJTdO7jrLfpXXarDHCUhhRkCNjcfh9c+DJNyV/VgQyJeXkXJIBPQeXEZSGLCl31DFwRiRPUi1AgJVqkRN4B8YXd9f7EeVyTsk6yYljkWywFC7DCJUoiP91rEwaI9MUIzT0s5KGUhw6U1GENsmoEDjcoFuXLGmdkWqBdT3jl22plSXL9+eDC/7ZD7OLDGQBGkg9jinYKknI2nmV54xXRiL1YG3qOsKLwRmrS7RypBwfRVnmjar4h2X1m457O8e/IxmjzUinhFE4jztOzaJtKPrxByWOM2U43U6GQHbSu6ilcrQgw/qeRVHmhMOLwaA+ov4FUh0R/CBSkKqsHLTFgTV/ohflISqXaSP/pPQFNG8Hg/8xNFPlyCiRgyWzJAPezAFGdYSWkspIt/a9d1nKz8THWR1t8AMJQ+aycpl/wlGLBTcpNr0NobnhZNtdo1OMmlomwzAV5DLNzBBq2Xc7q8N4eR4HtojToKy38spiXZKSaWzTHysXd5s1bvoi3hzvyho5Go71GJGMqdANFBhhZXIcYuZcaYdxnFKhe6KUfbkwQrm+1Mjx7yu4NjqtEt+gr6j5Jw03TiyYlF4Rt+H60JHZLkc3XKqhwraZaktFhAcNi4Uk73jssukSDxkelsrl9RSeaA3cS8yzAe8+3GYES5FXtCXdhz09DxDMQFFZB4+ek+fymVJYSZfBQ/ARHuBEaUdegTNC5h6DUiR0GgH1F/0DtUNoBN+tdWUYjt4Trd8/9LGO9mpyg4/+30dtCuFwiJ/ub1/G5rkTnH4iBaWwdute0NT4DFLBnhPQIuj5gTEMxrDtfc4bcgtJNddbohGJJxoqhOTc2qostXG/7vLZpkT+tnu0XwjdGjqIphWC0uilTP2MTjRzgyOQ/Fu0U7FJWmhOmGsDoTXFY04wMuRnqsgtTK2thEoITq58F09PQaj0FcHr7uBtO//6lD1yOtG55cKRFriqSLGMBW0WQjXQcjJAWltRBJnO08gb852+hoYMIOm4V1lfMU6oVJjU9ny8UigH81yvbEhng7T39v7NCO5GcPLp/vY0gunk9iPcjHuf7m/hbhSsTW+u4OyXwdmb3lsoxjqJi/GXjk3WUghneSvIZULKeibfNlMpkozgvD94kbrVatUX/rqvzSJuZG38ZTqafL2Z9FimjtBJl+/VgAcr1UnVZg8jZCYLaT8fnF/03/TPWLbU1hVCdfwJ+9b+YpO161W6P1naafgvlrym4B09u7jMhVTshw980/D5d1yeY9Tsf2x0j9PDnqgkj2jP6yG41iZPpdbf4Ss71yzCTFvHtjabR2Hpm8nrmh//rMj4oRXhUhhfpWEASMvnFIdzkVv6GyhO/mhG/yn8lwvnUVy3fK4YDM++OESM8Inp/rWFtJ7V28nuQw8vM/eVrqPmxf5Td2f0ePJlcjvBCEVDr7vR8uRHS3NgA0e9PJwywQv+5mF4VOQdF/5nWr9vXw83rwq0vBzeZsxmdV3/BRV9ceY=
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 verification history</h1>

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



Deletes a verification exchange record.

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

Verification history deleted successfully

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