Delete rows in a table

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
dbName
required
string [ 1 .. 32 ] characters

Name of the database containing the rows.

tableName
required
string [ 1 .. 64 ] characters

Name of the table containing the rows.

Request Body schema: application/json
required

Keys to the rows to delete.

Array of objects (RawDBRowKey)
Responses
200

Empty response.

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