Skip to main content
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
}
restrictionId
string
required
Path parameter: UUID of the restriction to remove
restrictionAmount
number
Optional: override the restriction amount when removing
reasonCode
string
Optional: reason code for removal
reason
string
Optional: human explanation
{
  "restrictionAmount": 0,
  "reasonCode": "string",
  "reason": "string"
}
{
  "code": "00",
  "success": true,
  "message": "Wallet restriction limit removed successfully",
  "data": null
}