Delete postgres user(s)

Delete postgres users

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

Postgres users to delete

required
Array of objects (UsernameWrapper) [ 1 .. 10 ] items
ignoreUnknownIds
boolean

Ignore usernames that are not found

Responses
200

Empty response.

400

The response for a bad request.

422

Validation Error

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