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
Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here