delete-table
Delete a table by providing its UUID. Supports hard delete (permanent) and soft delete, with recursive option for child tables.
Instructions
Delete a table by UUID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Table UUID to delete | |
| hardDelete | No | Hard delete (permanent) vs soft delete | |
| recursive | No | Recursively delete children |