Delete postgres table(s)

Delete up to 10 tables

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
username
required
string (Username)

The name of the username (a.k.a. database) to be managed from the API

Request Body schema: application/json
required

Tables to delete

Array of objects (Items) [ 1 .. 10 ] items
ignoreUnknownIds
boolean (IgnoreUnknown)

Ignore table names not found

Responses
200

Empty response

400

The response for a bad request.

422

Validation Error

post/postgresgateway/tables/{username}/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "ignoreUnknownIds": true
}
Response samples
application/json
{ }