Skip to main content

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

    presentationId stringrequired

    Unique identifier of the presentation record in the wallet of the holder. This is the presentationId property of the record, not its id property.

    Example: 3f2a7c18-9b4e-4d0a-8c6f-1e5b2a9d4c73

Responses

The wallet deleted the presentation record.

Response Headers
    Loading...