# 11. Delete (Id)

## &#x20;**Delete Commission**

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

{% 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="89.7109375">Type</th><th width="142.31640625">Compolsory</th><th width="403">Description</th></tr></thead><tbody><tr><td>apikeypublic</td><td>string</td><td>Yes</td><td>The public key used to access the API.</td></tr><tr><td>apiclientpublic</td><td>string</td><td>Yes</td><td>The public identity key specific to the API client.</td></tr></tbody></table>

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

```json
{
  "Id": "ad2307b3-334d-4c42-8949-8d2f35c91158"
}+
```

{% 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 true, an error has occurred</td></tr><tr><td>IsSuccess</td><td>bool</td><td>Indicates whether the operation is successful; if true, it has been completed successfullya</td></tr><tr><td>Value</td><td>bool</td><td>Operation response</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/11.-delete-id.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
