Skip to main content
DELETE
/
api
/
metastore
/
glossary-terms
/
{term_urn}
/
columns
/
{table}
/
{column}
Remove glossary term from column
curl --request DELETE \
  --url https://api.example.com/api/metastore/glossary-terms/{term_urn}/columns/{table}/{column} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

term_urn
string
required

Glossary term URN.

table
string
required

Fully qualified table name.

column
string
required

Column name.

Response

Successful Response

success
boolean
required

Indicates whether the task completed successfully.