databases_delete_schemas_tables_projects: Remove a Table from a project

View source: R/generated_client.R

databases_delete_schemas_tables_projectsR Documentation

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
)

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

Value

An empty HTTP response


civis documentation built on Aug. 30, 2025, 1:08 a.m.