# Delete

## Delete

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

API to delete sequence branch. The branch 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<mark style="color:red;">\*</mark> | integer | The ID of the branch you would like to delete |

#### Headers

| Name                                            | Type   | Description         |
| ----------------------------------------------- | ------ | ------------------- |
| Authorization<mark style="color:red;">\*</mark> | string | Bearer {{api\_key}} |

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

```
{
  "data": {
    "success": true,
    "message": "Branch deleted successfully."
  }
}

```

{% endtab %}
{% endtabs %}
