Moved from redmine, ticket 6364
How to implement as URL? Possible options are:
- PATCH with body = { action : cancel }
- POST to /api/v1/sim-groups/{id}/cancel/
- DELETE HTTP method
** This may not be appropriate because we don't want to delete the simulation or group resource. We just want to stop its execution.