Delete a glossary by ID or name, with soft/hard delete options
Documentation Index
Fetch the complete documentation index at: https://openmetadata-feat-feat-2mbfixdeploy.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
false, the glossary is soft-deleted and can be restored.DELETE /v1/glossaries/name/{fqn} to delete by fully qualified name.
BusinessGlossary).PUT /v1/glossaries/restore to restore a soft-deleted glossary.
deleted: true. Hard delete returns no content (204). Restore returns the restored glossary object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this glossary |
404 | NOT_FOUND | Glossary with given ID or FQN does not exist |