cURL
curl --request DELETE \ --url https://api.example.com/api/metastore/glossary-terms/{term_urn}/columns/{table}/{column} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove a glossary term from a column.
The access token received from the authorization server in the OAuth 2.0 flow.
Glossary term URN.
Fully qualified table name.
Column name.
Successful Response
Indicates whether the task completed successfully.
Was this page helpful?