Delete a chart 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 chart is soft-deleted and can be restored.DELETE /v1/charts/name/{fqn} to delete by fully qualified name.
sample_superset.114).PUT /v1/charts/restore to restore a soft-deleted chart.
deleted: true. Hard delete returns no content (204). Restore returns the restored chart object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this chart |
404 | NOT_FOUND | Chart with given ID or FQN does not exist |