11. Delete (Id)

Belirli bir komisyonu silmek için bu servisi kullanabilirsiniz

Delete Commission

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

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.

{
  "Id": "ad2307b3-334d-4c42-8949-8d2f35c91158"
}+
{
    "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 successfullya

Value

bool

Operation response

Last updated