Delete constraints from containers

Delete one or more container constraints. Currently limited to 10 constraints at a time.

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

List of the references to constraints you want to delete.

required
Array of objects [ 1 .. 10 ] items
Responses
200

List of External id(s) for the affected items

400

The response for a failed request.

post/models/containers/constraints/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}