Delete Table
Delete a Table by its Table Id.
Delete Table
Delete a table by Table Id.
delete_table (tableId: string): Promise<TableModel | undefined>
Parameter Name | Type | Description |
---|---|---|
tableId | string | The Id of the Table. |
Example Script - Delete Table
<!--delete_table(tableId: string[]): Promise<TableModel | undefined>;-->
<script>
window.SmartSuite.delete_table('63bf4483c6cf1b78ac4cc52d').then((res) => {
console.log('result =>>>', res);
});
</script>
Response
204 No Response