Skip to main content
PUT
/
WaasCore
/
api
/
v1
/
wallet-limits
/
remove
/
:restrictionId
Remove Wallet Restriction
curl --request PUT \
  --url https://waas-staging.embedly.ng/WaasCore/api/v1/wallet-limits/remove/:restrictionId \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "restrictionId": "<string>"
}
'
{
  "code": "00",
  "success": true,
  "message": "Wallet restriction limit removed successfully",
  "data": null
}
restrictionId
string
required
Path parameter: UUID of the restriction to remove
{
  "code": "00",
  "success": true,
  "message": "Wallet restriction limit removed successfully",
  "data": null
}