Delete verification
DELETE/v2/config/digital-wallet/openid/sdjwt/verification/:presentationId
Deletes a presentation record from the wallet of the holder. The response has no body.
The server marks the record as deleted and asks the digital wallet deployment to delete its copy. The list operations leave out a deleted record. The server does not wait for the digital wallet deployment, so a successful answer does not prove that the wallet deleted its copy.
There is no V3 version of this operation. Use it also for a record that you made with the V3 receive operation.
Request
Path Parameters
Unique identifier of the presentation record in the wallet of the holder. This is the presentationId property of the record, not its id property.
Responses
- 204
- 400
- 401
- 500
The wallet deleted the presentation record.
Response Headers
The presentation ID is unknown, or the organisation runs in sandbox mode. Holder operations are not available to sandbox organisations.
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}