13. Delete (WalletOwner)

You can use this service to delete all commissions created at the WalletOwner level.

Delete Commission

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

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

WalletAPI Address

The (Header) parameters to be sent to the service are as follows:

Parameter
Type
Compolsory
Description

apikeypublic

string

Evet

API erişimi sağlamak için kullanılan genel anahtar.

apiclientpublic

string

Evet

API istemcisine özel genel kimlik anahtarı.

{
    "WalletOwnerId": "3d744b05-8767-4c83-a44e-e7b21134b1ca",
    "RegionId": 1
}
{
    "IsSuccess": true,
    "IsFailure": false,
    "Value": true
}

Service Response

Parameter
Type
Description

IsFailure

bool

Indicates whether the operation has failed; if true, an error has occurred

IsSuccess

bool

Indicates whether the operation is successful; if true, it has been completed successfully

Value

bool

Operation response

Last updated