Delete verification
DELETE/v2/config/digital-wallet/openid/sdjwt/verification/:presentationId
Deletes a presentation record from the holder's wallet.
Request
Path Parameters
presentationId stringrequired
Unique identifier of a presentation session in the holder's wallet.
Responses
- 204
- 401
- 500
Verification 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...