# Delete

## Delete Group

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

API to delete a specific bot Delete a Conversational Bot group. The id must be passed in to the endpoint as a path parameter. **Warning:** This action cannot be undone.

#### Path Parameters

| Name | Type    | Description           |
| ---- | ------- | --------------------- |
| id   | integer | GroupID to be deleted |

#### Headers

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

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

```
{
  "data": {
    "success": true,
    "message": "Group will be deleted shortly."
  }
}
```

{% endtab %}
{% endtabs %}
