> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curto.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Apagar uma Tag

> Esse endpoint apaga uma Tag

### Variáveis de Caminho

<ParamField path="tag_id" type="number">
  O identificador da Tag que será alterado.
</ParamField>

<RequestExample>
  ```bash theme={null}
  curl -X DELETE -H 'Content-Type: application/json' \
  -H 'X-Curto-Api-Key: <your_key>' \
  https://api.curto.io/v1/tags/<tag_id>
  ```
</RequestExample>

<ResponseExample>
  204 No Content
</ResponseExample>
