delete wallet unit
DELETE/v2/config/digital-wallet/openid/wallet-provider/wallet-unit/:walletUnitId
Deletes a wallet unit from the wallet provider.
Request
Path Parameters
walletUnitId stringrequired
Unique identifier of a wallet unit registration managed by the Wallet Provider.
Responses
- 204
- 401
- 500
Wallet unit 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...