delete_table
Remove a table from OpenMetadata using its ID, with options for hard delete and recursive deletion of associated children, ensuring clean and precise data management.
Instructions
Delete a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
hard_delete | No | Whether to perform a hard delete | |
recursive | No | Whether to recursively delete children | |
table_id | Yes | ID of the table to delete |