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
- 204
- 400
- 401
- 500
The wallet deleted the credential. The response has no body.
Response Headers
The organisation is not valid or the credential ID is unknown. Holder operations are also not available for a sandbox organisation.
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
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...