Open
Description
Problem
When selecting multiple checks to bulk remove probes, if one of the checks only has a single probe (so removing it would result in it having zero probes which is invalid), the request errors and is unable to complete with no useful feedback except the update failed.
Acceptance criteria
Please explore options to handle this for the best UX:
- Present a more useful error message indicating the problematic check allowing the user to take action to correct it
- Carry out the request where possible but exclude the problematic check and highlight the probes weren't removed from this check.
Please ensure the implemented solution has adequate integration tests.