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

# Delete tag

## Delete Tag

```http theme={null}
DELETE /api/tags/{id} HTTP/1.1
Content-Type: application/json
```

Path parameter: `id` – required tag identifier.

**Response:**

```json theme={null}
{
  "status": 200,
  "data": null,
  "error": null,
  "message": "string or null"
}
```
