@Light65
As a work around, consider assigning individual approval actions in a loop to each approver and turn on concurrency for the loop. Use a string variable and append the response of each approver to the variable.
After all of the approvals complete, evaluate the string for a response that means the item was rejected and take action as appropriate.
Alternatively, if any of the approval actions have a "rejected" response, take action as appropriate and then add a control terminate action (with success). This will stop the Flow.