8. Delete (WalletOwner)

Tanımlı limiti silmek için bu servisi kullanabilirsiniz

Delete Limit Record

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

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.

{
    "WalletOwnerId": "3d744b05-8767-4c83-a44e-e7b21134b1ca",
    "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