Delete a table by ID or name, with soft/hard delete options
false, the table is soft-deleted and can be restored.DELETE /v1/tables/name/{fqn} to delete by fully qualified name.
snowflake_prod.analytics.public.customers).PUT /v1/tables/restore to restore a soft-deleted table.
deleted: true. Hard delete returns no content (204). Restore returns the restored table object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this table |
404 | NOT_FOUND | Table with given ID or FQN does not exist |