---
title: "Delete a team category or tag (removes it from all articles)"
method: DELETE
path: "/v3/cms/taxonomy/term"
tags: ["CMS"]
---

# Delete a team category or tag (removes it from all articles)

`DELETE /v3/cms/taxonomy/term`

## Query parameters

- `teamId` string
- `kind` 'category' | 'tag', required
- `name` string, required

## Response `200`

Default Response

- object
  - `categories` string[]
  - `tags` string[]

## Other responses

- `400` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/aa8eaa9e34a0/schema)
