Delete decision instances (batch)
POST/decision-instances/deletion
Eventually Consistent About endpoint data consistency
Delete multiple decision instances. This will delete the historic data from secondary storage. This is done asynchronously, the progress can be tracked using the batchOperationKey from the response and the batch operation status endpoint (/batch-operations/{batchOperationKey}).
Request
Responses
- 200
- 400
- 401
- 403
- 500
The batch operation request was created.
The decision instance batch operation failed. More details are provided in the response body.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
An internal error occurred while processing the request.