> For the complete documentation index, see [llms.txt](https://developer.paywall.one/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/13.-delete-walletowner.md).

# 13. Delete (WalletOwner)

## **Delete Commission**

<mark style="color:red;">`DELETE`</mark> `{{WalletUrl}}/api/v1/commission/by/walletowner`

{% hint style="info" %}
**Note:** To use this service, it is mandatory to include the **apikeypublic** and **apiclientpublic** parameters in the **Header**.

\
[<mark style="color:green;">**WalletAPI Address**</mark>](/payment-orchestration-integration-document/environment.md)
{% endhint %}

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

<table><thead><tr><th width="162">Parameter</th><th width="104.87109375">Type</th><th width="172.52734375">Compolsory</th><th width="403">Description</th></tr></thead><tbody><tr><td>apikeypublic</td><td>string</td><td>Evet</td><td>API erişimi sağlamak için kullanılan genel anahtar.</td></tr><tr><td>apiclientpublic</td><td>string</td><td>Evet</td><td>API istemcisine özel genel kimlik anahtarı.</td></tr></tbody></table>

{% tabs %}
{% tab title="Service Request - JSON" %}

```json
{
    "WalletOwnerId": "3d744b05-8767-4c83-a44e-e7b21134b1ca",
    "RegionId": 1
}
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Service Request - JSON" %}

```json
{
    "IsSuccess": true,
    "IsFailure": false,
    "Value": true
}
```

{% endtab %}
{% endtabs %}

## Service Response

<table><thead><tr><th width="192">Parameter</th><th width="147.89192708333331">Type</th><th>Description</th></tr></thead><tbody><tr><td>IsFailure</td><td>bool</td><td>Indicates whether the operation has failed; if <strong>true</strong>, an error has occurred</td></tr><tr><td>IsSuccess</td><td>bool</td><td>Indicates whether the operation is successful; if <strong>true</strong>, it has been completed successfully</td></tr><tr><td>Value</td><td>bool</td><td>Operation response</td></tr></tbody></table>
