14. Delete (Wallet)

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

Delete Commission

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

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
Compulsory
Description

apikeypublic

string

Yes

The public key used to access the API.

apiclientpublic

string

Yes

The public identity key specific to the API client.

{
    "WalletId": "2ea244d1-6ed2-4eca-a84b-273c62f64606"
}
{
    "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