---
title: "DELETE /atlas/v2/glossary/terms/{termId}/assignedEntities"
method: DELETE
path: "/atlas/v2/glossary/terms/{termId}/assignedEntities"
---

# DELETE /atlas/v2/glossary/terms/{termId}/assignedEntities

`DELETE /atlas/v2/glossary/terms/{termId}/assignedEntities`

Delete the term assignment for the given list of related objects.

## Path parameters

- `termId` string, required

## Request body

- AtlasRelatedObjectId[]
  - `guid` string — The GUID of the object.
  - `typeName` string — The name of the type.
  - `uniqueAttributes` object — The unique attributes of the object.
  - `displayText` string — The display text.
  - `entityStatus` 'ACTIVE' | 'DELETED' — Status - can be active or deleted
  - `relationshipType` string — Relationship type
  - `relationshipAttributes` AtlasStruct — Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
    - `attributes` object — The attributes of the struct.
    - `typeName` string — The name of the type.
    - `lastModifiedTS` string — ETag for concurrency control.
  - `relationshipGuid` string, uuid — Universally Unique Identifier
  - `relationshipStatus` 'ACTIVE' | 'DELETED' — Status for atlas relationship

## Response `204`

There is no content to send for this request, but the headers may be useful.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/purview-datamap.md) · [All operations](https://skmtc.net/azure/apis/purview-datamap/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/purview-datamap/revisions/442226cb14a9/schema)
