7. Delete (System)

You can use this service to delete a defined limit.

Delete Limit Record

DELETE {{WalletUrl}}/api/v1/limit/by/merchant

Note: To use this service, it is mandatory to include the apikeypublic and apiclientpublic parameters in the Header.

WalletAPI Address

The parameters to be sent to the service are as follows:

Parameter
Type
Compolsory
Description

apikeypublic

string

Yes

The public key sent for service authentication.

apiclientpublic

string

Yes

The public client key used for service client authentication.

{
  "RegionId": 1
}
{
    "IsSuccess": true,
    "IsFailure": false,
    "Value": true
}

Service Response

Parameter
Type
Description

IsFailure

bool

Returns false if the operation fails, otherwise true.

IsSuccess

bool

Returns true if the operation is successful, otherwise false.

Errors

Array

An array of error messages that occur during the operation.

Value

object

Contains the data object returned within the service response.

Last updated