tables
Delete a table
Delete a table. By default, documents in the table are moved to the default table. Set cascade=true in the request body to delete all documents in the table.
delete/v1/tables/{id}
Path parameters
idstring required
Example:tbl_abc123
Table ID
Request body
Response
Table deleted
Example response
{
"deleted": true,
"id": "tbl_abc123"
}