tables_db_delete_table
Remove a table from an Appwrite database by specifying its unique ID. This action permanently deletes the table and requires appropriate write permissions.
Instructions
Delete a table by its unique ID. Only users with write permissions have access to delete this resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. |