> 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/settings/conversation-settings/tags/delete-tag.md).

# Delete Tag

## Delete

<mark style="color:red;">`DELETE`</mark> `https://{{account_id}}.acquire.io/api/v1/crm/tag?id={{tagId}}`

Delete a tag. The `tagId` must be passed in to the endpoint as a query parameter. **Warning**: This action cannot be undone.&#x20;

#### Query Parameters

| Name  | Type    | Description       |
| ----- | ------- | ----------------- |
| tagId | integer | The ID of the tag |

#### Headers

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

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

```
{
  "data": {
    "deleted": 1
  }
}
```

{% endtab %}
{% endtabs %}
