# DELETE QNA Thread

## DELETE QNA Thread

<mark style="color:red;">`DELETE`</mark> `https://api.cakes.com/qna/thread/:id/delete`

This endpoint allows you to delete QNA Thread

#### Path Parameters

| Name | Type   | Description                  |
| ---- | ------ | ---------------------------- |
| id   | string | thread id you want to delete |

{% tabs %}
{% tab title="200 Thread successfully deleted." %}

```
{    "message": "Successfully deleted Thread"}
```

{% endtab %}

{% tab title="404 Could not find a Thread matching this query." %}

```
{    "message": "Could not find a matching Thread"}
```

{% endtab %}
{% endtabs %}
