table
Delete Table
Deletes the table specified by the table_name and schema.
Parameters
- table_name: str
- schema : str, default “public” The schema to retrieve the tables from. If no parameter is provided, defaults to “public”.
Returns
A TableMessage Pydantic object containing a success message and the table_name.
DELETE
/
api
/
v1
/
table
/
{table_name}
Authorizations
Authorization
string
headerrequiredEnter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here
Path Parameters
table_name
string
requiredQuery Parameters
schema
string
default: publicResponse
200 - application/json
message
string
requiredtable_name
string
requiredschema
string
required