---
id: config-delete-digital-wallet-open-id-presentation-definition
title: "Delete presentation definition"
description: "Deletes a presentation definition."
sidebar_label: "Delete presentation definition"
hide_title: true
hide_table_of_contents: true
api: eJzlVm1vGzcM/isEPyWA7HNeCgxGUSy108FtsQRLmnwoDES5o31K7qSrpLPrGfffB0rn19jbPg6YP9iyJFLkQ/Ihl5iRS62qvDIa+zikgjw5kFBZcqS95APIaKK04mUXBZqKbNgfZdjH1OiJmkbBoZoqL4tHWRTkbyrSo+x2S89wrQYFVtLKkjxZh/3vyz07vmn1oyZQGWmvJoosmAn4nI6ZBT6XHlxFKd924WpqKYjLAqTOIC2kKh1Y+lErSyVp72BiLAQzh5cPtzAjqyYqlSs/FVtSSZ+jQC1L4n8HvRllKLBVnGHf25oEujSnUmJ/iX5RsazzVukpNs2YL7vKaEeOz897l/yzi8DtEUezAHQGrk5Tcm5SF8UCBeYkswDlsmkEXvbOWGNqtCfteSmrqmhdS14cv7DcsnBj+3cka40dmIxQxPVwy66xWHljnl8o9RxHy/ngVfRlI71xXGlPU7Ks76csq4Kwf9nrNQfUvwFrSwQ/ygyUrmoP69TBhj/iTfLI2ufGqj8pewPNu17vfwzNSHuyWhbgyM7IQnhmD6NGoKO0tsovQmVeVeoL8XLciCV+JGnJXtU+DzvstZxyCWNb/BCrH05WhTU4RYEPobbIMkwl+dwwdcRcDlzA6jCZnSeRTpIsKuvMg7LEVKRVlrjsZe6T7SLsbEojWR6rzgbZJXb4ENcMqTQtHiiwtgX2Mfe+cv0kyag0HVmprppaqX1XGWQQ9kvVZHUaqvOImn/ScOflVOnpMXEXj/cNGW8Cdcf5GtNsFa51vsi40fJZjPSG0a7aUpEtLe8adnU7gldaABcUc2lLjnCfE8xkUdOKl5929DxBfAbK2nl4DrQ9UT8pg7nyOTxFG+EJTrTxFBR4K1URMKhkSqcCqDvt7qntQyv4fmFqy3B0Xmnx4amLjdhJzCU+h3+fjC2lxz5+frx/61sgUPDmlTRU0rmVeVFTazMoDTtGwBrBQBKMYXwM1wTAcUOuI6UnZsU2Mg1sQ6VUHFtXV5Wx/tdNPNchUb9ttnYTYTuH9rxZC0FlzUxloYmnhgnCEyj+Ldf9pA1arNDQBWN9yueCYLDumw5GztVSpwQnN6GUR6ehlx4W3GlZ6/K/PWWLvElN4ThxlAPOKtIs48DYqdQttBwMUM7VJCA3RSbCY6EtL6BlhK227qB2IWO81Jm0mesEf5XUHiaFmbsYzhbpYO3jxQAeBnDy+fH+VMDo+v4T3A07nx/v4WEQXxvd3cDZL72zi847KIcmTcrh1+1RYhJSyvF8UKiUtAt0viqmSqY5wXm39yZ08/m8K8Nx19hp0sq65OtocP373XWHZRqBXvliJwcCWJlJ63X0UCAzWQz7ee/8snvRPWPZyjhfSr1lT5zKjg1N+xWx1RX/3SDYprunnz6pCqk0WxHcXraU/h1n5yjaGZHf26H1OEtqxV06UHvomQfJHQX2jw5fY4G5cZ6fWy6fpaNvtmga3v5Rkw2tS+BM2pCmsQMox+sM+xNZOPobIE7+aAeAU/hPDKUHMV8xvWaaD7yMfUSBr9wIjg+tzbhZtf6ASrzOvFj5LUVvBqRmu4kPr79e31+jQNlS76btvIa20y74gYN27negaAV/c6M8KPKei+ILLT6sr8eTowJrzo63GbVx0zR/AV9yi2k=
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 presentation definition</h1>

<MethodEndpoint method={"delete"} path={"/v2/config/digital-wallet/openid/sdjwt/presentation-definition/{presentationDefinitionId}"}></MethodEndpoint>



Deletes a presentation definition.

## 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 definition that specifies the credential and claims requirements for OpenID4VP verification.","in":"path","name":"presentationDefinitionId","required":true,"schema":{"type":"string"}}}></ParamsItem></ul></div></details><div><div><ApiTabs label={undefined} id={undefined}><TabItem label={"204"} value={"204"}><div>

Presentation definition 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>
      