Delete Async (POST)
POST/history/decision-instance/delete
Delete multiple historic decision instances asynchronously (batch).
At least historicDecisionInstanceIds or historicDecisionInstanceQuery
has to be provided. If both are provided then all instances matching query
criterion and instances from the list will be deleted.
Request
Responses
- 200
- 400
Request successful.
Returned if some of the query parameters are invalid, i.e. neither
historicDecisionInstanceIds nor historicDecisionInstanceQuery is
present. See the Introduction
for the error response format.