Delete credential
DELETE/v2/config/digital-wallet/openid/sdjwt/credential/:credentialId
Deletes a credential from the holder's wallet.
Request
Path Parameters
credentialId stringrequired
Unique identifier of a credential stored in the holder's wallet.
Responses
- 204
- 401
- 500
Credential 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...