---
title: "Remove glossary term from asset"
method: DELETE
path: "/assets/{id}/terms"
tags: ["assets"]
---

# Remove glossary term from asset

`DELETE /assets/{id}/terms`

Remove a glossary term association from an asset

## Path parameters

- `id` string, required

## Request body

- AssetsRemoveTermRequest
  - `term_id` string, required

## Response `200`

OK

- AssetAssetTerm[]
  - `created_at` string
  - `created_by` string
  - `created_by_username` string
  - `definition` string
  - `source` string — "user" or "plugin:name"
  - `term_id` string
  - `term_name` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2025-11-17** `a923e291a286` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/marmotdata/apis/marmot-api/changes/assets/:id/terms/delete.md)

---

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