Skip to main content

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 NameTypeDescription
tableIdstringThe 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