command cdb_deleteTable pTable
Summary
This command deletes a table.
Inputs
- pTable (String) - The specified table ID or table name.
Additional Requirements
- This API call requires internet access in order to delete a table in cloud records.
- This API requires Developer Auth. See Accounts and Authorization for more details.
Examples
local tTable
# Table name: clients
put "clients" into tTable
cdb_deleteTable tTable