Delete verification history
DELETE/v2/config/digital-wallet/openid/sdjwt/verification/history/:presentationExchangeId
Deletes a verification exchange record.
Request
Path Parameters
presentationExchangeId stringrequired
Unique identifier of the presentation exchange record tracking a single OpenID4VP verification lifecycle.
Responses
- 204
- 401
- 500
Verification history 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...