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 the removal of a group from a job. |