> For the complete documentation index, see [llms.txt](https://teamhycon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhycon.gitbook.io/docs/api-v3-3/untitled-6/response-delete-wallet.md).

# Response (delete wallet)

api/v3

#### Response (delete wallet) `200 OK, application/json` <a href="#response-delete-wallet-200-ok-applicationjson" id="response-delete-wallet-200-ok-applicationjson"></a>

| Parameter   | Type    | Description                    |
| ----------- | ------- | ------------------------------ |
| **success** | boolean | The result of deleting wallet. |

**Response Error Table**

| Status | Error         | Message                     |
| ------ | ------------- | --------------------------- |
| 400    | `BAD_REQUEST` | Parameter should be defined |
| 404    | `NOT_FOUND`   | first not found             |

**Response (Success)**

```
{
    "success": true
}
```
