Glossary - Delete Category

Delete a glossary category.

DELETE {endpoint}/datamap/api/atlas/v2/glossary/category/{categoryId}

URI Parameters

Name In Required Type Description
categoryId
path True

string

The globally unique identifier of the category.

endpoint
path True

string

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

AtlasErrorResponse

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_DeleteCategory

Sample Request

DELETE {endpoint}/datamap/api/atlas/v2/glossary/category/0e391355-252a-e5f3-ac18-5a3602df7616

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

The request ID.