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
res = client.raw.tables.delete("db1", ["table1", "table2"])
Response samples
application/json
{ }