databases_delete_schemas_tables_projects: Remove a Table from a project
Description
Remove a Table from a project
Usage
databases_delete_schemas_tables_projects(
id,
project_id,
schema_name,
table_name
)
Value
An empty HTTP response
Arguments
- id
integer required. The ID of the database
- project_id
integer required. The ID of the project.
- schema_name
string required. The name of the schema
- table_name
string required. The name of the table