> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/rest-apis/chatbot/conversational-bot/question-and-answer/delete.md).

# Delete

## Delete QnA

<mark style="color:red;">`DELETE`</mark> `https://{{account_id}}.acquire.io/api/v1/bot/qna/{{id}}`

Delete a QnA. The QnA `"id"` must be passed in to the endpoint as a path parameter. **Warning**: This action cannot be undone.&#x20;

#### Path Parameters

| Name | Type    | Description                  |
| ---- | ------- | ---------------------------- |
| id   | integer | Specify the QnA id to delete |

#### Headers

| Name          | Type   | Description         |
| ------------- | ------ | ------------------- |
| Authorization | string | Bearer {{api\_key}} |

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

```
{
  "data": {
    "success": true,
    "message": "Question Deleted Successfully",
    "delId": 3776
  }
}

```

{% endtab %}
{% endtabs %}
