Documentation home page
Search...
Support
Search...
Navigation
Table
Delete an existing table
Documentation
API Reference
API Documentation
Default
Chain
Thirdweb
Wallet
Table
POST
Create a new table
DEL
Delete an existing table
PUT
Update the name of an existing table
POST
Add a new column to an existing table
DEL
Delete a column from a table
PUT
Rename an existing column in a table
GET
Get all columns from a specific table
GET
Get all tables from a specific schema
GET
Get the entire table data by table name
GET
Get the table data by column value, example: /getTableValue/users/username/johndoe
GET
Get the table data with optional filtering by multiple column values.
POST
Joins two tables
POST
Execute a select query
POST
Insert data into a table
DEL
Delete data from a table
PUT
Update data in a table
PUT
Update data in a table with filters
POST
Increment data in a table
POST
Decrement data in a table
GET
Get default tables to prevent creating tables with same names
POST
Add a trigger to a table
DEL
Remove a trigger from a table
GET
Get all schemas
POST
Create a new schema
Auth
Table
Delete an existing table
DELETE
/
table
/
deletetable
/
{tableName}
Send
Header
x-api-key
string
*
x-api-key
Required
string
Path
tableName
string
*
tableName
Required
string
Name of the table to delete
Headers
x-api-key
string
required
Path Parameters
tableName
string
required
Name of the table to delete
Create a new table
Update the name of an existing table