You can remove one or more source
array elements for a specific access group.
Defining only type
request parameter you will remove all sources of this type.
Defining type
and parentId
request parameters you will remove all sources of this type and parent.
Defining type
, parentId
and childId
request parameters you will remove an array element matching all type
, parentId
and childId
.
Name | In | Type | Required | Description |
---|---|---|---|---|
id | path | string | true | Access group ID |
type | query | string | true | Source type |
parentId | query | string | false | Parent entity ID |
childId | query | string | false | Child entity ID |
Parameter | Value |
---|---|
type | USER_GROUP |
type | NETWORK |
type | NETWORK_SERVICE |
type | HOST |
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK |
To perform this operation, you must be authenticated by means of one of the following methods: oauth