Delete libraries

Delete up to 100 libraries by specifying their IDs.

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

List of libraries IDs to delete.

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

List of external IDs returned in a response

400

The response for a failed request.

post/diagram-parsing/libraries/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • "my.known.id"
    ]
}