Delete tables in a database

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
dbName
required
string

Name of the database to delete tables in.

Request Body schema: application/json
required

List of tables to delete.

Array of objects (RawDBTable)
Responses
200

Empty response.

400

Missing required fields.

post/raw/dbs/{dbName}/tables/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{ }