13. Delete (WalletOwner)
You can use this service to delete all commissions created at the WalletOwner level.
Last updated
You can use this service to delete all commissions created at the WalletOwner level.
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.
The (Header) parameters to be sent to the service are as follows:
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
}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