---
id: config-delete-digital-wallet-open-id-verification
title: "Delete verification"
description: "Deletes a presentation record from the holder's wallet."
sidebar_label: "Delete verification"
hide_title: true
hide_table_of_contents: true
api: eJzlVt9v2zYQ/lcO97IEkC3nR4FBKIqldrq5LdZgSZOHwkAY8WwzkUiVpOx6hv734UjZlp1ke9jeloeIlnjH735833GNklxuVeWV0ZjhiAry5EBAZcmR9oI/gKXcWAlTa0rwc4K5KSTZnxwsRVGQ72OCpiIbNo8lZpgbPVWz6G2kZsqL4i5s/VKRHstbsmqq8rAfE6yEFSV5sg6zb+sDSF+1+l4TKEnaq6kiC2Z6iM+Rc/xU+jV4il1Vws8xQS1K4l8dD2OJCVr6XitLEjNva0rQ5XMqBWZr9KuKLZy3Ss+waSa82VVGO3L8/XRwzo994N0gQYZUSHB1npNz07ooVpjgnIQMYa+bJsHzwQm7yY32pD0vRVUVrYv00bHbdQfWDvA3JGuNHRpJmMT1qANmkmxCMA+PlHvOueWKeRUD2FnvolXa04ws+/shyqogzM4Hg+YF988y1DHB90KC0lXtYVtmbPgveVZoUfu5sepPks9S82Yw+B+nZqw9WS0KcGQXZCEcc5CjJkFHeW2VXwUWXVTqE/Fy0iRrfE/Ckr2o/Ty84ajFjOmGLT0h8hOOAkNH57fDY0zwt8AkTlJJfm6Y2rGTA2vZGaaL0zTSPZXRVS/SLjUVaSVTJx+XPl102JCu97nXIGPnyF4SgBGVpg0cE6xtgRnOva9clqaSStMTleqrmRXa95VBjnbfwZU1ss5boXjRzT95uPZipvTsNXMXPx8Cmewqcs2NGftpU5dtY4j4otWoWNKdSl20nNho5T6wi6sxPNEKmDmsjzG/fbiZEyxEUROLJUvi/Z6fe4jHQFk7Dw/EajpVP0jCUvk53EeMcA9H2ngKDrwVqgg5qEROxwlQf9Y/cJtBa/h2ZWrL6eg90erdfR+bZK8D1/gQfn0wthQeM/x4d/M8tqCU4M0TaaiEcxt40VOLmTV/DwRsMxjUgHMYD8Mt07luyIRRemo2siLyICtUCsW1dXVVGet/2dVzWxL16+7VfiN0e+ggmq0RVNYslAxDNjesBJ5A8bPczrO2aJGKMDUW4jARDwXB0FKYhaJwMHauFjonOPoSODs+BqHlK4ZX3ZG55fnVMSPyJjeF48ZRDrirSLONA2NnQrep5WKAcq6mJMzYJBwWmL2ClvyQd+DVLnSMF1oKK10vxKuE9jAtzNLFcraZDmjvzoZwO4Sjj3c3xwmML28+wPWo9/HuBm6H8bTx9Rc4+XlwctZ7A+XI5Gk5+tw5k72Uwjue+YXKSbug2xsyVSKfE5z2B89Kt1wu+yJ87hs7S1tbl34eDy9/v77ssU2ToFe+2OuBkCxp8npbPUyQlSyW/XRwet4/65+wbWWcL4Xu4IkXJFjsX4fk/vzYzrx/cTtrG9/TD59WhVCa8YQErFsd/4aLU0zaixuD2NPyeMHTigdz0PMYZBd1dnCfmiQ4N86z5/X6QTj6aoum4dffa7JhMCW4EDb0ZpR95XgtMZuKwtHfJOLoj3a8H8N/cz18MT8bfdYszkFNMUNM8Inl+/D62EyazTwOwcRNrGGV75g/u7U03dk6uvx8eXOJCYpWJncj4imMiHbBB7yI7nBaRBT8n4faiyZvuYE/0erddnv88qrBVl/jbs7VpGmavwDgHUOt
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</h1>

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



Deletes a presentation record from the holder's wallet.

## 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 presentation session in the holder's wallet.","in":"path","name":"presentationId","required":true,"schema":{"type":"string"}}}></ParamsItem></ul></div></details><div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"204"} value={"204"}><div>

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