Delete issuance history
DELETE/v2/config/digital-wallet/openid/sdjwt/credential/history/:credentialExchangeId
Deletes a credential exchange record from the issuance history.
Request
Path Parameters
credentialExchangeId stringrequired
Unique identifier of the credential exchange record tracking a single OID4VCI credential issuance lifecycle.
Responses
- 200
- 401
- 500
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...