Summary
Remove a Group from a Job
Description
Remove a group from the list of authorized groups for a Job
Route
DELETE /workflow_engine/jobs/:id/groups/:group
Roles
            authorization
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| id | string | yes | Id of Job | 
| group | string | yes | A Group Id | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| status | boolean | Status of Removal |