{
"restrictionAmount": 0,
"reasonCode": "string",
"reason": "string"
}
{
"code": "00",
"success": true,
"message": "Wallet restriction limit removed successfully",
"data": null
}
Wallet Restriction
Remove CBN Restriction
Remove a Central Bank (CBN) enforced restriction. Body is optional.
PUT
/
WaasCore
/
api
/
v1
/
wallet-limits
/
cbn
/
remove
/
:restrictionId
{
"restrictionAmount": 0,
"reasonCode": "string",
"reason": "string"
}
{
"code": "00",
"success": true,
"message": "Wallet restriction limit removed successfully",
"data": null
}
This endpoint is for CBN-specific wallet restrictions. Use it when a restriction comes from a CBN enforcement workflow and needs to be lifted. The request body is optional, but providing a reason or final amount can help support teams track why the restriction was removed.
string
required
Path parameter: UUID of the restriction to remove
number
Optional: override the restriction amount when removing
string
Optional: reason code for removal
string
Optional: human explanation
{
"restrictionAmount": 0,
"reasonCode": "string",
"reason": "string"
}
{
"code": "00",
"success": true,
"message": "Wallet restriction limit removed successfully",
"data": null
}