9. Delete (Wallet)

You can use this service to delete a defined limit.

Delete Limit Record

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

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 used for service authentication

apiclientpublic

string

Yes

The public client key used for service client authentication

{
    "WalletId": "0cd96887-90cb-4225-9c83-c2c4fe1db646"
}
{
    "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