Glossary - Delete Term
Delete a glossary term.
DELETE {endpoint}/datamap/api/atlas/v2/glossary/term/{termId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
endpoint
|
path | True |
string (uri) |
|
|
term
|
path | True |
string |
The globally unique identifier for glossary term. |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
There is no content to send for this request, but the headers may be useful. |
|
| Other Status Codes |
An unexpected error response. |
Security
OAuth2Auth
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| https://purview.azure.net/.default |
Examples
Glossary_DeleteTerm
Sample request
DELETE {endpoint}/datamap/api/atlas/v2/glossary/term/b0942506-2d7d-1f45-d286-c29ca9e7f2ef
Sample response
Definitions
AtlasErrorResponse
An error response from the service
| Name | Type | Description |
|---|---|---|
| errorCode |
string |
The error code. |
| errorMessage |
string |
The error message. |
| requestId |
string (uuid) |
The request ID. |