Error
A valid request URL is required to generate request examples{
"message": "Table deleted successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"error": "Table not found"
}{
"error": true,
"message": "<string>",
"trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z"
}Table Operations
Delete a table
Permanently deletes a table and all its data from both the model and the actual database.
DELETE
/
tables
/
{tableId}
Error
A valid request URL is required to generate request examples{
"message": "Table deleted successfully",
"transaction_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}{
"error": "Table not found"
}{
"error": true,
"message": "<string>",
"trace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"timestamp": "2023-11-07T05:31:56Z"
}