Delete presentation definition
DELETE/v2/config/digital-wallet/openid/sdjwt/presentation-definition/:presentationDefinitionId
Deletes a presentation definition.
Request
Path Parameters
presentationDefinitionId stringrequired
Unique identifier of the presentation definition that specifies the credential and claims requirements for OpenID4VP verification.
Responses
- 204
- 401
- 500
Presentation definition deleted successfully
Response Headers
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...