DELETE
/
api
/
v1
/
table
/
{table_name}
curl --request DELETE \
  --url https://your-engine-url/api/v1/table/{table_name} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "table_name": "<string>",
  "schema": "<string>"
}

Authorizations

Authorization
string
header
required

Enter: 'Bearer <JWT>', where JWT is the access token. Example: Bearer access_token_comes_here

Path Parameters

table_name
string
required

Query Parameters

schema
string
default:public

Response

200
application/json
Successful Response
message
string
required
table_name
string
required
schema
string
required