12. Delete (Sistem)

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

Delete Commission

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

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

Yes

The public key used to access the API.

apiclientpublic

string

Yes

The public identity key specific to the API client.

{
    "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