Summary
Remove GBAC from a Job
Description
Remove a group id from the groups array of a Job.
Route
DELETE /operations-manager/jobs/:jobId/groups/:groupId
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
jobId | string | yes | The id of the Job to modify. |
groupId | string | yes | The group id to add to the Job. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
result | object | The result of the delete group operation. |