> For the complete documentation index, see [llms.txt](https://docs.cartat.net/cartat-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cartat.net/cartat-api/whatsapp-qr-api/instance/destroy.md).

# Destroy

**if you need to Destroy your instance**

## To Destroy your instance

<mark style="color:green;">`POST`</mark> `https://api.cartat.net/instance/destroy`

#### Headers

| Name                                            | Type             | Description                                                                       |
| ----------------------------------------------- | ---------------- | --------------------------------------------------------------------------------- |
| Accept<mark style="color:red;">\*</mark>        | application/json |                                                                                   |
| Content-Type<mark style="color:red;">\*</mark>  | application/json |                                                                                   |
| Authorization<mark style="color:red;">\*</mark> | Bearer {{token}} | you can find your access token [here](/cartat-api/whatsapp-qr-api/get-started.md) |

{% tabs %}
{% tab title="200: OK " %}

<pre class="language-json"><code class="lang-json"><strong>{
</strong>    "status": "success",
    "message": "cleared"
}
</code></pre>

{% endtab %}
{% endtabs %}
