Skip to main content

Delete credential

DELETE 

/v2/config/digital-wallet/openid/sdjwt/credential/:credentialId

Deletes a credential from the holder's wallet. The wallet marks the credential record as deleted, no longer returns it in the credential list, and no longer uses it for presentations. The wallet tells the issuance backend in the background, so the response does not show the result of that step.

Request

Path Parameters

    credentialId stringrequired

    Unique identifier of a credential stored in the holder's wallet.

Responses

The wallet deleted the credential. The response has no body.

Response Headers
    Loading...