> 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/6.-gift-balance/6.-delete-walletid.md).

# 6. Delete (WalletId)

## **Delete Gift Balance Records by WalletId**

<mark style="color:red;">`DELETE`</mark>`{{WalletUrl}}/api/v1/balance/gift/by/wallet`&#x20;

{% 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="110.28125">Type</th><th width="152.78515625">Compolsory</th><th width="403">Description</th></tr></thead><tbody><tr><td>apikeypublic</td><td>string</td><td>Yes</td><td>The shared key that provides general access to the API services.</td></tr><tr><td>apiclientpublic</td><td>string</td><td>Yes</td><td>The public client key that identifies the client application.</td></tr></tbody></table>

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

```json
{
    "WalletId": "92858707-7718-435c-9ba3-3d702a3bea9b"
}
```

{% endtab %}
{% endtabs %}

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

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

{% endcode %}
{% endtab %}
{% endtabs %}

## **Service Response**

<table><thead><tr><th width="192">Parameter</th><th width="147.89192708333331">Type</th><th width="381.7369791666667">Description</th></tr></thead><tbody><tr><td>IsFailure</td><td>bool</td><td>Returns <strong>false</strong> if the operation fails, otherwise <strong>true</strong></td></tr><tr><td>IsSuccess</td><td>bool</td><td>Returns <strong>true</strong> if the operation is successful, otherwise <strong>false</strong></td></tr><tr><td>Errors</td><td>Array</td><td>An array structure containing error details</td></tr><tr><td>Value</td><td>Array</td><td>Contains a list of items that include the result data</td></tr></tbody></table>
