Delete workflow versions

Delete specific versions of one or more workflows.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
ignoreUnknownIds
boolean
Default: true

If true, ignore unknown version ids. If false, a 404 Not Found error is returned and none of the versions are deleted if any of the version ids are unknown.

Request Body schema: application/json
required
Array of objects [ 1 .. 100 ] items
Responses
200

Empty response.

404

The response for a failed request.

post/workflows/versions/delete
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{ }