---
title: "Delete Conversation Tag"
method: DELETE
path: "/conversation_tag"
tags: ["Conversation Tag"]
---

# Delete Conversation Tag

`DELETE /conversation_tag`

Delete an existing conversation tag

## Query parameters

- `select` string
- `created_at` string
- `updated_at` string
- `organisation_id` string
- `tag_id` string, required
- `conversation_id` string, required

## Response `200`

The updated Conversation Tag object

- ConversationTag
  - `created_at` string, timestamp with time zone — Conversation creation date
  - `updated_at` string, timestamp with time zone — Latest update
  - `organisation_id` string, uuid — Organisation ID
  - `tag_id` string, uuid — Tag ID
  - `conversation_id` string, uuid — Conversation ID

## Other responses

- `204` — No Content

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
